Skip to content

Commit 275b23c

Browse files
Fix the number of rules not reporting in autoscan tests
1 parent b592787 commit 275b23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

its/autoscan/src/test/java/org/sonar/java/it/AutoScanTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public void javaCheckTestSources() throws Exception {
199199
softly.assertThat(newDiffs).containsExactlyInAnyOrderElementsOf(knownDiffs.values());
200200
softly.assertThat(newTotal).isEqualTo(knownTotal);
201201
softly.assertThat(rulesCausingFPs).hasSize(10);
202-
softly.assertThat(rulesNotReporting).hasSize(19);
202+
softly.assertThat(rulesNotReporting).hasSize(20);
203203

204204
/**
205205
* 4. Check total number of differences (FPs + FNs)

0 commit comments

Comments
 (0)