Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehutch committed Jul 6, 2022
1 parent c5d5244 commit 5dc08f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ void methodWithParam() {
}
}
assertThat(foundMethodInfo).containsOnly(
"public static <C extends java.util.Collection<io.github.classgraph.issues.issue694.Issue694$TestClass>> C test(C collection)");
"public static <C extends java.util.Collection<io.github.classgraph.issues.issue694.Issue694$TestClass>> C test(final C collection)");
assertThat(foundMethods).containsOnly(
"public static java.util.Collection io.github.classgraph.issues.issue694.Issue694.test(java.util.Collection)");
}
Expand Down

0 comments on commit 5dc08f7

Please sign in to comment.