Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangrivera committed Nov 6, 2023
1 parent e46ab4e commit 5d9067f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/does-it-throw/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,6 @@ mod integration_tests {

["NOT_SET-onInitialized", "NOT_SET-onInitialized"]
.iter()
.for_each(|f| assert!(calls_to_throws_contains(&calls_to_throws, f)));
.for_each(|f| assert!(calls_to_throws_contains(&calls_to_throws, f)));
}
}

0 comments on commit 5d9067f

Please sign in to comment.