We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7624aca commit b8d0b9eCopy full SHA for b8d0b9e
tests/examples.rs
@@ -33,5 +33,5 @@ fn assert_example(target: &str, expected: snapbox::Data) {
33
.env("CLICOLOR_FORCE", "1")
34
.assert()
35
.success()
36
- .stdout_eq_(expected.raw());
+ .stdout_eq(expected.raw());
37
}
0 commit comments