Skip to content

Commit

Permalink
Fix filename in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 20, 2024
1 parent f95e90a commit fbb4d24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void shouldExtractPackageNames(final String fileName, final String expectedPacka
}

@ParameterizedTest(name = "{index} => file={0}, no package found")
@ValueSource(strings = {"MavenJavaTest.txt", "empty.txt", "KotlinTest.txt"})
@ValueSource(strings = {"MavenJavaTest.txt", "relative.txt", "KotlinTest.txt"})
void shouldNotAcceptFile(final String fileName) throws IOException {
assertThat(detect(fileName)).isEmpty();
}
Expand Down

0 comments on commit fbb4d24

Please sign in to comment.