Skip to content

Commit

Permalink
fix: testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem (W.F.) Veelenturf committed Jun 22, 2020
1 parent 01b0af6 commit b455fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/services/AggregationServiceTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class AggregationServiceTest {
assertNotNull(res[0].actualRevenue)
assertEquals("8000.0000000000", res[1].actualCostContractInternal.toString())
assertEquals("0", res[1].actualCostContractExternal.toString())
assertEquals("3.2977099237", res[1].forecastHoursGross.toString())
assertEquals("43.2000000000", res[1].forecastHoursGross.toString())
}

@Test
Expand Down

0 comments on commit b455fa0

Please sign in to comment.