Skip to content

Commit

Permalink
Wrap line to follow character limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vavinan committed Apr 14, 2024
1 parent 8e0fba0 commit 2e74c17
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ public void getCategoryTransactions_filtersCorrectTransactions() throws InvalidC
@Test
public void a_processEditTransaction_editsTransaction()
throws InvalidTransactionTypeException, InvalidAddTransactionSyntax, EmptyArgumentException,
InvalidIndexException, IOException, InvalidEditTransactionData, InvalidCategoryException, InvalidEditTransactionData {
InvalidIndexException, IOException, InvalidEditTransactionData, InvalidCategoryException,
InvalidEditTransactionData {
// Arrange
Transaction testTransaction1 = new Income(1, "test", "Test1", 100,
"14-03-2024", account);
Expand Down

0 comments on commit 2e74c17

Please sign in to comment.