We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4311c43 commit bb0a6c6Copy full SHA for bb0a6c6
src/test/java/com/adventofcode/flashk/day01/Day01Test.java
@@ -21,7 +21,6 @@
21
22
@DisplayName(TestDisplayName.DAY_01)
23
@TestMethodOrder(OrderAnnotation.class)
24
-@Disabled // TODO Remove comment when implemented
25
public class Day01Test extends PuzzleTest {
26
27
private final static String INPUT_FOLDER = TestFolder.DAY_01;
0 commit comments