Skip to content

Commit

Permalink
Cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
emitskevich committed May 16, 2024
1 parent 19ddb93 commit 6163f66
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ public void testRateIsConsistentAfterTheFirstWindow() {
rate.record(config, 1, time.milliseconds());
double observedRate1 = rate.measure(config, time.milliseconds());
assertTrue(10 <= observedRate1 && observedRate1 <= 11);
double observedRate2 = rate.measure(config, time.milliseconds());
assertTrue(10 <= observedRate2 && observedRate2 <= 11);
}
}
}

0 comments on commit 6163f66

Please sign in to comment.