Skip to content

Commit f831e02

Browse files
authored
Merge pull request exercism#608 from exercism/clock-version
clock: tag test files with current version
2 parents 438f812 + 455bf97 commit f831e02

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

exercises/clock/src/test/java/ClockAddTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
import static org.junit.Assert.assertEquals;
55

6+
/*
7+
* version: 1.0.1
8+
*/
69
public class ClockAddTest {
710

811
@Ignore("Remove to run test")

exercises/clock/src/test/java/ClockCreationTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
import static org.junit.Assert.assertEquals;
55

6+
/*
7+
* version: 1.0.1
8+
*/
69
public class ClockCreationTest {
710

811
@Test

exercises/clock/src/test/java/ClockEqualTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
import static org.junit.Assert.assertNotEquals;
55
import static org.junit.Assert.assertEquals;
66

7+
/*
8+
* version: 1.0.1
9+
*/
710
public class ClockEqualTest {
811

912
@Ignore("Remove to run test")

0 commit comments

Comments
 (0)