Skip to content

Commit

Permalink
Merge pull request #109 from flock-community/fix/small_bugs
Browse files Browse the repository at this point in the history
fix: testcases
  • Loading branch information
wilmveel committed Jun 22, 2020
2 parents 8f0e35f + b455fa0 commit a9338b5
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 a9338b5

Please sign in to comment.