Skip to content

Commit

Permalink
Add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Eng committed Mar 14, 2024
1 parent a18c37c commit 7ae090f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/financemanager/TransactionListTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ public void processTransaction_addsTransaction() {
assertEquals(testTransaction.getCategory(), transactionList.getTransactions().get(0).getCategory());
assertEquals(testTransaction.getDate(), transactionList.getTransactions().get(0).getDate());
}
}

}

0 comments on commit 7ae090f

Please sign in to comment.