Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Sep 28, 2023
1 parent c8ed6d8 commit eeeb921
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ protected void assertHighConcurrency(int count) {
span -> assertHandlerSpan(span, "GET", endpoint).hasParent(trace.getSpan(1)));
}

int parentIndex = spanAssertions.size() - 2;
int parentIndex = spanAssertions.size() - 1;
spanAssertions.add(
span ->
assertIndexedControllerSpan(span, requestId)
Expand Down

0 comments on commit eeeb921

Please sign in to comment.