Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Test: Fixed broken test in ParserTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaPoo committed Feb 23, 2024
1 parent 4a28b99 commit 9587df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/anna/ParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void test3() {
@Test
public void test4() throws AnnaException {
Command cmd = Parser.parseCommand("mark 100");
assertEquals(cmd.toString(), "CommandDelete:[99]");
assertEquals(cmd.toString(), "CommandMark:[99]");
}

@Test
Expand Down

0 comments on commit 9587df0

Please sign in to comment.