Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 21, 2024
1 parent 76ef9e0 commit 920cd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub(crate) mod test_utils {

let actual = std::fs::read(&path).unwrap();

assert!(actual == content);
assert_eq!(actual, content);

if REPLACE && &actual != content {
std::fs::write(&path, content).unwrap();
Expand Down

0 comments on commit 920cd3b

Please sign in to comment.