Skip to content

Commit

Permalink
Remove extra print in assert
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami committed Sep 29, 2024
1 parent 30c1fa1 commit 7e8d7cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/tests/src/test_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,8 @@ impl TestBuilder {
.expected_stderr_contains
.replace("$TEMP_DIR", &temp_dir)
),
"\n\nFailed for: {}\nExpected stderr to contain: {}, {}",
"\n\nFailed for: {}\nExpected stderr to contain: {}",
self.command,
stderr_output,
self.expected_stderr_contains
);
}
Expand Down

0 comments on commit 7e8d7cc

Please sign in to comment.