Skip to content

Commit bb0a6c6

Browse files
committed
feat: enable day 1 test
1 parent 4311c43 commit bb0a6c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/adventofcode/flashk/day01/Day01Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
@DisplayName(TestDisplayName.DAY_01)
2323
@TestMethodOrder(OrderAnnotation.class)
24-
@Disabled // TODO Remove comment when implemented
2524
public class Day01Test extends PuzzleTest {
2625

2726
private final static String INPUT_FOLDER = TestFolder.DAY_01;

0 commit comments

Comments
 (0)