Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Feb 28, 2025
1 parent 155bb07 commit e630a2e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void shouldCreateANewBudgetAndAllocation(VertxTestContext testContext) {
.withFundId(fundId)
.withFundCode("CODE CHANGED")
.withFundName("NAME")
.withFundStatus(FyFinanceData.FundStatus.INACTIVE)
.withFundStatus("Inactive")
.withFundDescription("New Description")
.withFundAcqUnitIds(List.of("unit1"))
.withBudgetName("NAME")
Expand Down Expand Up @@ -309,7 +309,7 @@ private FyFinanceDataCollection createTestFinanceDataCollection() {
.withBudgetId(budgetId)
.withFundCode("CODE CHANGED")
.withFundName("NAME CHANGED")
.withFundStatus(FyFinanceData.FundStatus.INACTIVE)
.withFundStatus("Inactive")
.withFundDescription("New Description")
.withFundAcqUnitIds(List.of("unit1"))
.withFundTags(new FundTags().withTagList(List.of("Education")))
Expand Down

0 comments on commit e630a2e

Please sign in to comment.