Skip to content

Commit

Permalink
some variance for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Aug 1, 2023
1 parent c479e71 commit 98adb83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ import kotlin.time.ExperimentalTime
class SetSymbolicLongTest : SymbolicTest("set-symbolic") {
@Test
fun setConcolicTest() {
assertCoverage(cm["org/vorpal/research/kex/test/concolic/SetConcolicTests"], 1.0)
assertCoverage(cm["org/vorpal/research/kex/test/concolic/SetConcolicTests"], 1.0, eps = 0.1)
}
}

0 comments on commit 98adb83

Please sign in to comment.