Skip to content

Commit

Permalink
Remove Redundant Code
Browse files Browse the repository at this point in the history
  • Loading branch information
maze508 committed Mar 11, 2024
1 parent 5b15b06 commit f48e0b1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
public class FindCommandTest {
private Model model = new ModelManager(getTypicalAddressBook(), new UserPrefs());
private Model expectedModel = new ModelManager(getTypicalAddressBook(), new UserPrefs());
private String expectedMessage;

@Test
public void equals() {
Expand Down

0 comments on commit f48e0b1

Please sign in to comment.