Skip to content

Commit

Permalink
fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Adamczyk committed Mar 22, 2021
1 parent 7588b24 commit 3181a0d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions integration_tests/src/test/kotlin/integration/GameloopIT.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import utils.iosRunCommands
import utils.json
import utils.removeUnicode
import utils.toOutputReportFile
import java.math.BigDecimal

class GameloopIT {

Expand Down Expand Up @@ -79,9 +78,7 @@ class GameloopIT {
assertThat(outputReport.error).isEmpty()
assertThat(outputReport.cost).isNotNull()

assertThat(outputReport.cost?.physical).isEqualToIgnoringScale(BigDecimal.ZERO)
assertThat(outputReport.cost?.virtual).isEqualToIgnoringScale("0.02")
assertThat(outputReport.cost?.total).isEqualTo(outputReport.cost?.virtual)
outputReport.assertCostMatches()

assertThat(outputReport.testResults.count()).isEqualTo(1)
assertThat(outputReport.weblinks.count()).isEqualTo(1)
Expand Down

0 comments on commit 3181a0d

Please sign in to comment.