Skip to content

Commit 6d9a894

Browse files
committed
Fix JUnit Test for CI
1 parent 62b3809 commit 6d9a894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/gloqi/task/DeadlineTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
public class DeadlineTest {
1111
@Test
1212
public void deadlineConstructor_validInput_success() throws GloqiException {
13-
assertEquals("[D][ ] test (by: May 06 2019 6 pm)",
13+
assertEquals("[D][ ] test (by: May 06 2019 6 PM)",
1414
new Deadline(new String[]{"test", "2019-05-06 1800"}).toString());
1515

1616
}

0 commit comments

Comments
 (0)