Skip to content

Commit

Permalink
fixup! panic on misuse
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Mar 19, 2024
1 parent 4c8696d commit 0aa8087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proptest-state-machine/src/strategy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ mod test {

seen_before_complication.pop();

assert_eq!(
assert_eq!(
seen_before_complication,
seen_after_second_complication,
"second complication should start to delete transactions one by one"
Expand Down

0 comments on commit 0aa8087

Please sign in to comment.