Skip to content

Commit

Permalink
Update EXPECTED.TXT for UI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
YFshadaow committed Nov 1, 2023
1 parent 2ecb578 commit 3f80f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public InvalidCommand() {
*/
@Override
public void execute() {
Ui.getInstance().showMessage("Unknown command. Type help for help");
Ui.getInstance().showMessage("Unknown command. Type help for help.");
}
}
2 changes: 1 addition & 1 deletion text-ui-test/EXPECTED.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ Your remaining budget for the month is: 800.00
You have a remaining budget of 800.00.
Budget has been reset to 1000.00.
Budget has been deleted.
Unknown command. Please try again.
Unknown command. Type help for help.
Exiting Financial Planner. Goodbye.

0 comments on commit 3f80f21

Please sign in to comment.