We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b3809 commit 6d9a894Copy full SHA for 6d9a894
src/test/java/gloqi/task/DeadlineTest.java
@@ -10,7 +10,7 @@
10
public class DeadlineTest {
11
@Test
12
public void deadlineConstructor_validInput_success() throws GloqiException {
13
- assertEquals("[D][ ] test (by: May 06 2019 6 pm)",
+ assertEquals("[D][ ] test (by: May 06 2019 6 PM)",
14
new Deadline(new String[]{"test", "2019-05-06 1800"}).toString());
15
16
}
0 commit comments