Skip to content

Commit d4a884a

Browse files
committed
Update test
1 parent 6cf086b commit d4a884a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-rust-plugin/src/test/java/org/elegoff/plugins/communityrust/clippy/ClippyRulesDefinitionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void clippyExternalRepository() {
4040
assertThat(repository.name()).isEqualTo("Clippy");
4141
assertThat(repository.language()).isEqualTo("rust");
4242
assertThat(repository.isExternal()).isTrue();
43-
assertThat(repository.rules()).hasSize(677);
43+
assertThat(repository.rules()).hasSize(720);
4444

4545
RulesDefinition.Rule rule = repository.rule("clippy::absurd_extreme_comparisons");
4646
assertThat(rule).isNotNull();

0 commit comments

Comments
 (0)