Skip to content

Commit

Permalink
Update unit test to match new roudning up logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrici committed Feb 20, 2023
1 parent 5c95cea commit f796cae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public async Task GetEmployerCoInvestedPaymentHistoryTotal_RoundsAllAmountsDown(

var actual = await sut.GetEmployerCoInvestedPaymentHistoryTotal(key);

actual.Should().Be(100);
actual.Should().Be(101);
}

[TestCase(TransactionType.Completion)]
Expand Down

0 comments on commit f796cae

Please sign in to comment.