Skip to content

Commit

Permalink
fix test that should have alerted us earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradellis committed Oct 4, 2022
1 parent 878afb0 commit 27e13a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public void expectedErrorNoTransaction() throws Exception {
assertEquals(0, statsEngine.getStats("Errors/all").getCallCount());
assertEquals(1, statsEngine.getStats("ErrorsExpected/all").getCallCount());

verifyExpectedErrorSupportabilityApiCalls(statsEngine, 0, 0, 1, 0);
verifyExpectedErrorSupportabilityApiCalls(statsEngine, 0, 1, 1, 0);
verifyIgnoreErrorSupportabilityApiCalls(statsEngine, 0, 0, 0);
} finally {
holder.close();
Expand Down

0 comments on commit 27e13a7

Please sign in to comment.