This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ba733b3a Comment
9ba733b3a is described below

commit 9ba733b3a42e7493117d031e3b3f3c5dbf532cdb
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Sep 4 11:34:24 2024 -0400

    Comment
---
 src/test/java/org/apache/commons/lang3/time/StopWatchTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/java/org/apache/commons/lang3/time/StopWatchTest.java 
b/src/test/java/org/apache/commons/lang3/time/StopWatchTest.java
index ac40357f9..09f0a241f 100644
--- a/src/test/java/org/apache/commons/lang3/time/StopWatchTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/StopWatchTest.java
@@ -370,6 +370,7 @@ public class StopWatchTest extends AbstractLangTest {
         final long testEndMillis = System.currentTimeMillis();
         final long stopTime = watch.getStopTime();
         assertEquals(stopTime, watch.getStopTime());
+        // Only less than, not equal
         assertTrue(testStartMillis < testEndMillis);
     }
 

Reply via email to