Skip to content

Commit cd74841

Browse files
timtebeekTeamModerne
authored andcommitted
1 parent 6517fa2 commit cd74841

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/openrewrite/maven/AbstractRewriteMojoTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import org.junit.jupiter.params.provider.ValueSource;
2222

2323
import java.io.File;
24-
import java.io.IOException;
2524
import java.io.InputStream;
2625
import java.nio.file.Files;
2726
import java.nio.file.Path;
@@ -32,7 +31,7 @@ class AbstractRewriteMojoTest {
3231

3332
@ParameterizedTest
3433
@ValueSource(strings = {"rewrite.yml"})
35-
void configLocation(String loc, @TempDir Path temp) throws IOException {
34+
void configLocation(String loc, @TempDir Path temp) throws Exception {
3635
AbstractRewriteMojo mojo = new AbstractRewriteMojo() {
3736
{
3837
configLocation = loc;

0 commit comments

Comments
 (0)