Skip to content

Commit

Permalink
Update project-keeper/src/test/java/com/exasol/projectkeeper/validato…
Browse files Browse the repository at this point in the history
…rs/files/JavaVersionExtractorTest.java

Co-authored-by: Christoph Kuhnke <[email protected]>
  • Loading branch information
kaklakariada and ckunki authored Nov 22, 2024
1 parent 1b720f5 commit e42cee2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class JavaVersionExtractorTest {

@Test
void nonSource() {
void noSources() {
final IllegalStateException exception = assertThrows(IllegalStateException.class, () -> extract());
assertThat(exception.getMessage(), equalTo("No sources, can't get java versions"));
}
Expand Down

0 comments on commit e42cee2

Please sign in to comment.