Skip to content

Commit

Permalink
Fix flaky spring rabbit test (#9795)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Nov 2, 2023
1 parent d247e26 commit a1b849e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public void test(boolean testHeaders) throws Exception {
trace -> {
trace
.hasSize(5)
.hasSpansSatisfyingExactly(
.hasSpansSatisfyingExactlyInAnyOrder(
span -> span.hasName("parent"),
span ->
span.hasName("<default> publish")
Expand Down

0 comments on commit a1b849e

Please sign in to comment.