Skip to content

Commit

Permalink
refactor: Resolve deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 24, 2024
1 parent 7624aca commit b8d0b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ fn assert_example(target: &str, expected: snapbox::Data) {
.env("CLICOLOR_FORCE", "1")
.assert()
.success()
.stdout_eq_(expected.raw());
.stdout_eq(expected.raw());
}

0 comments on commit b8d0b9e

Please sign in to comment.