Skip to content

Commit

Permalink
fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Jun 19, 2024
1 parent 1e1a6a9 commit ad73184
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ void testCancelCreditWithLinkedEncumbrance(VertxTestContext testContext) {
assertThat(savedEncumbrance.getAmount(), equalTo(0d));
assertThat(savedEncumbrance.getEncumbrance().getAmountAwaitingPayment(), equalTo(0d));
assertThat(savedEncumbrance.getEncumbrance().getAmountExpended(), equalTo(5d));
assertThat(savedEncumbrance.getEncumbrance().getAmountCredited(), equalTo(10d));
assertThat(savedEncumbrance.getEncumbrance().getAmountCredited(), equalTo(0d));

// Verify budget update
assertThat(updateTableNames.get(1), equalTo(BUDGET_TABLE));
Expand Down

0 comments on commit ad73184

Please sign in to comment.