Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cary-Xx committed Nov 10, 2019
1 parent 384467f commit 3adcd99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public void execute_newExpense_success() {
@Test
public void execute_duplicateExpense_throwsCommandException() {
Expense expenseInList = model.getExpenseList().getExpenseList().get(0);
assertCommandFailure(new AddExpenseCommand(expenseInList), model, AddExpenseCommand.MESSAGE_DUPLICATE_EXPENSE
, commandHistory);
assertCommandFailure(new AddExpenseCommand(expenseInList), model,
AddExpenseCommand.MESSAGE_DUPLICATE_EXPENSE, commandHistory);
}

@Test
Expand Down

0 comments on commit 3adcd99

Please sign in to comment.