Skip to content

Commit 63fd365

Browse files
committed
correction d'un TU
1 parent 72f76b6 commit 63fd365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/github/abarhub/taptempojava/TapTempoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void runVersion() throws Exception {
7777
assertEquals(0, exception.getExitCode());
7878
String result = baos.toString();
7979
assertIterableEquals(split("""
80-
Version: 1.0.0"""), split(result));
80+
Version: 1.0.0-SNAPSHOT"""), split(result));
8181
}
8282

8383
@Test

0 commit comments

Comments
 (0)