Skip to content

Commit f7f93d4

Browse files
rnveachmuhlba91
authored andcommitted
minor: change assertion to exact quantity
1 parent c6be5b1 commit f7f93d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/sonar/plugins/checkstyle/CheckstylePluginTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class CheckstylePluginTest {
3232

3333
@Test
3434
public void testGetExtensions() {
35-
assertThat(CheckstylePlugin.getExtensions().size()).isGreaterThan(1);
35+
assertThat(CheckstylePlugin.getExtensions().size()).isEqualTo(11);
3636
}
3737

3838
@Test

0 commit comments

Comments
 (0)