Skip to content

Commit

Permalink
Resolve gradle check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Vavinan committed Apr 14, 2024
1 parent 2e74c17 commit 4eed720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public void a_processEditTransaction_editsTransaction()

// Mocking input for the UserInterface
ByteArrayInputStream in =
new ByteArrayInputStream("Income \n Test1-edited \n 15-03-2024 150 6 6".getBytes());
new ByteArrayInputStream("Income Test1-edited 15-03-2024 150 6 6".getBytes());
System.setIn(in);

// Act
Expand Down

0 comments on commit 4eed720

Please sign in to comment.