Skip to content

Commit b8d0b9e

Browse files
committed
refactor: Resolve deprecations
1 parent 7624aca commit b8d0b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/examples.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ fn assert_example(target: &str, expected: snapbox::Data) {
3333
.env("CLICOLOR_FORCE", "1")
3434
.assert()
3535
.success()
36-
.stdout_eq_(expected.raw());
36+
.stdout_eq(expected.raw());
3737
}

0 commit comments

Comments
 (0)