Skip to content

Commit

Permalink
Actualize TC
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnls authored and fmeum committed Apr 26, 2023
1 parent cb8799c commit 3fe77e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/java/com/example/CoverageFuzzer.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private static void assertCoverageDump() throws IOException {
assertEquals(7, countHits(coverageFuzzerCoverage.getProbes()));

assertEquals("com/example/CoverageFuzzer$ClassToCover", classToCoverCoverage.getName());
assertEquals(11, countHits(classToCoverCoverage.getProbes()));
assertEquals(10, countHits(classToCoverCoverage.getProbes()));
}

private static int countHits(boolean[] probes) {
Expand Down

0 comments on commit 3fe77e8

Please sign in to comment.