Skip to content

Commit cc1d927

Browse files
Update exercises/practice/split-second-stopwatch/src/test/java/SplitSecondStopwatchTest.java
Co-authored-by: Kah Goh <[email protected]>
1 parent cae42f4 commit cc1d927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/split-second-stopwatch/src/test/java/SplitSecondStopwatchTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,4 @@ public void supportsVeryLongLaps() {
336336
stopwatch.lap();
337337
assertThat(stopwatch.previousLaps()).containsExactly("01:23:45", "04:01:40", "08:43:05");
338338
}
339-
}
339+
}

0 commit comments

Comments
 (0)