Skip to content

Commit

Permalink
Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
JJtan2002 committed Nov 11, 2024
1 parent 71a1e28 commit f9d9901
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ public void addInputToLog(String input) {
public String getPreviousInput() {
throw new AssertionError("This method should not be called.");
}

@Override
public void emptyCommandLog() {
throw new AssertionError("This method should not be called.");
}
}

/**
Expand Down

0 comments on commit f9d9901

Please sign in to comment.