Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Nov 28, 2024
1 parent 7fbce49 commit f569bd4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ private void verifyBudgetUpdates(FyFinanceDataCollection collection) {

assertEquals(FyFinanceData.BudgetStatus.INACTIVE.value(), updatedBudget.getBudgetStatus().value());
assertEquals(1000.0, updatedBudget.getInitialAllocation());
assertEquals(900.0, updatedBudget.getAllocated());
assertEquals(800.0, updatedBudget.getAllowableExpenditure());
assertEquals(700.0, updatedBudget.getAllowableEncumbrance());
}


Expand Down

0 comments on commit f569bd4

Please sign in to comment.