Skip to content

Commit

Permalink
fix expected coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Jul 26, 2023
1 parent 4e11e07 commit 06868d0
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"], 0.95, eps = 0.05)
assertCoverage(cm["org/vorpal/research/kex/test/concolic/SetConcolicTests"], 1.0)
}
}

0 comments on commit 06868d0

Please sign in to comment.