Skip to content

Commit ebc33d4

Browse files
committed
1 parent 2932991 commit ebc33d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eo-maven-plugin/src/test/java/org/eolang/maven/TranspileMojoIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ void transpilesSimpleApp(@Mktmp final Path temp, @RandomProgram final String pro
9595
.goals("register", "parse", "shake", "transpile");
9696
f.exec("process-sources");
9797
final String java = "EOfoo.java";
98+
final String pinfo = "package-info.java";
9899
MatcherAssert.assertThat(
99100
String.format(
100101
"The %s file is re-generated",
@@ -108,7 +109,6 @@ void transpilesSimpleApp(@Mktmp final Path temp, @RandomProgram final String pro
108109
).toFile().exists(),
109110
Matchers.is(true)
110111
);
111-
final String pinfo = "package-info.java";
112112
MatcherAssert.assertThat(
113113
String.format(
114114
"The %s file must not exist, but it doesn't",

0 commit comments

Comments
 (0)