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 7c9129c Remove trailing whitespace. 7c9129c is described below commit 7c9129c955cb3661d4c80c23c9525b3b7d70687e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 21 10:07:51 2021 -0500 Remove trailing whitespace. --- src/test/java/org/apache/commons/lang3/time/DurationUtilsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/lang3/time/DurationUtilsTest.java b/src/test/java/org/apache/commons/lang3/time/DurationUtilsTest.java index 0a9bb84..6d40759 100644 --- a/src/test/java/org/apache/commons/lang3/time/DurationUtilsTest.java +++ b/src/test/java/org/apache/commons/lang3/time/DurationUtilsTest.java @@ -70,7 +70,7 @@ public class DurationUtilsTest { assertEquals(-1, DurationUtils.toDuration(-1, TimeUnit.MILLISECONDS).toMillis()); assertEquals(0, DurationUtils.toDuration(0, TimeUnit.SECONDS).toMillis()); } - + @Test public void testToMillisInt() { assertEquals(0, DurationUtils.toMillisInt(Duration.ZERO));