Skip to content

Commit

Permalink
chore: fix deprecated insta macro
Browse files Browse the repository at this point in the history
  • Loading branch information
cljoly committed Jul 2, 2024
1 parent 8ff2012 commit ce9ea7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusqlite_migration/src/tests/synch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fn test_migration_definition_error_display() {
#[test]
fn test_error_display() {
for (name, e) in all_errors() {
insta::assert_display_snapshot!(format!("error_display__{name}"), e);
insta::assert_snapshot!(format!("error_display__{name}"), e);
}
}

Expand Down

0 comments on commit ce9ea7a

Please sign in to comment.