Skip to content

Commit 749dd55

Browse files
committed
Hacking
1 parent 99059ba commit 749dd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-javaformat/spring-javaformat-checkstyle/src/test/java/io/spring/javaformat/checkstyle/SpringConfigurationLoaderTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void loadShouldLoadChecks() {
5555
@Test
5656
public void loadWithExcludeShouldExcludeChecks() {
5757
Set<String> excludes = Collections
58-
.singleton("com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck");
58+
.singleton("com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck");
5959
Collection<FileSetCheck> checks = load(excludes);
6060
assertThat(checks).hasSize(3);
6161
TreeWalker treeWalker = (TreeWalker) checks.toArray()[2];

0 commit comments

Comments
 (0)