Skip to content

Commit

Permalink
Removed left-over debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Oct 10, 2024
1 parent d546f46 commit fea9f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/tests/reference.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ fn runtest(test: &Path) -> Result<()> {
}

fn assert_same(output: &str, expected: &Path) -> Result<()> {
if env::var("BLESS").is_ok() || true {
if env::var("BLESS").is_ok() {
fs::write(expected, output)?;
} else {
let expected = fs::read_to_string(expected)?;
Expand Down

0 comments on commit fea9f2d

Please sign in to comment.