Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 4, 2024
1 parent a905cc5 commit 9ba733b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ public void testStopTimeSimple() throws InterruptedException {
final long testEndMillis = System.currentTimeMillis();
final long stopTime = watch.getStopTime();
assertEquals(stopTime, watch.getStopTime());
// Only less than, not equal
assertTrue(testStartMillis < testEndMillis);
}

Expand Down

0 comments on commit 9ba733b

Please sign in to comment.