Skip to content

Commit

Permalink
fix autoscan tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erwan-serandour committed Dec 10, 2024
1 parent 49d8434 commit f5d1b45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public void javaCheckTestSources() throws Exception {
SoftAssertions softly = new SoftAssertions();
softly.assertThat(newDiffs).containsExactlyInAnyOrderElementsOf(knownDiffs.values());
softly.assertThat(newTotal).isEqualTo(knownTotal);
softly.assertThat(rulesCausingFPs).hasSize(11);
softly.assertThat(rulesCausingFPs).hasSize(10);
softly.assertThat(rulesNotReporting).hasSize(10);

/**
Expand Down

0 comments on commit f5d1b45

Please sign in to comment.