Skip to content

Commit

Permalink
izmeneniya
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorBohdan committed Sep 17, 2024
1 parent d627632 commit 6985fb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('ui-finance: Funds', () => {
const budgetCanNotBeDeletedMessage = 'Budget can not be deleted, because it has transactions';
Funds.createFundViaUI(fundFrom);
// create second fund
fundTo.name = 'to_' + fundTo.name;
// fundTo.name = 'to_' + fundTo.name;
fundTo.code = 'to_' + fundTo.code;
fundTo.externalAccount = 'to_' + fundTo.externalAccount;
Funds.createFundViaUI(fundTo);
Expand Down

0 comments on commit 6985fb4

Please sign in to comment.