Skip to content

Commit

Permalink
fix(#3529): io
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Dec 3, 2024
1 parent 0d683bf commit 022bfb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void createsPreStylesheets(final String yaml) {
}

@Test
void recompilesIfModified(@Mktmp final Path temp) throws Exception {
void recompilesIfModified(@Mktmp final Path temp) throws IOException {
final FakeMaven maven = new FakeMaven(temp);
final Map<String, Path> res = maven
.withProgram(this.program)
Expand Down

0 comments on commit 022bfb4

Please sign in to comment.