Skip to content

Commit

Permalink
Update test files to use gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanWeiJie committed Jan 28, 2022
1 parent 89a3cc4 commit 344c178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/test/java/duke/functionality/ParserTest.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package duke.functionality;

import duke.exception.DukeException;

import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;

import java.time.LocalDate;
import java.time.LocalTime;
import java.time.format.DateTimeFormatter;

import static org.junit.jupiter.api.Assertions.assertEquals;

public class ParserTest {

@Test
Expand Down
1 change: 0 additions & 1 deletion src/test/java/duke/task/TaskTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package duke.task;

import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertEquals;

public class TaskTest {
Expand Down

0 comments on commit 344c178

Please sign in to comment.