Skip to content

Commit

Permalink
Update ListTotalSalesCommandCommandTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Cazh1 authored Nov 12, 2023
1 parent bcd4781 commit 6e79d3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void execute_existingSales_listTotalSales() {
Order order4 = new Order(dishChickenChop, 1);
order4.setComplete(true);
Order order5 = new Order(dishChickenChop, 1);
order5.setComplete(true);
order5.setComplete(true);

// Create a dummy order list for day 3
OrderList orderList3 = new OrderList();
Expand Down

0 comments on commit 6e79d3b

Please sign in to comment.