Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy committed Jul 3, 2024
1 parent a8d7eb2 commit 9f38b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minitrace/src/span.rs
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ parent5 []
.in_sequence(&mut seq)
.return_const(42_usize);
mock.expect_submit_spans()
.times(4)
.times(5)
.in_sequence(&mut seq)
.withf(|_, collect_token| collect_token.len() == 1 && collect_token[0].collect_id == 42)
.returning({
Expand Down

0 comments on commit 9f38b3c

Please sign in to comment.