We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804f50f commit c562dbdCopy full SHA for c562dbd
eo-maven-plugin/src/test/java/org/eolang/maven/TranspileMojoTest.java
@@ -127,12 +127,12 @@ void transpilesWithPackage(@Mktmp final Path temp)
127
}
128
129
@Test
130
- void transpilesSimpleApp(@Mktmp final Path temp, @RandomProgram final String program)
+ void transpilesSimpleApp(@Mktmp final Path temp, @RandomProgram final String prog)
131
throws Exception {
132
new Farea(temp).together(
133
f -> {
134
f.clean();
135
- f.files().file("src/main/eo/foo.eo").write(program.getBytes());
+ f.files().file("src/main/eo/foo.eo").write(prog.getBytes());
136
f.build()
137
.plugins()
138
.appendItself()
0 commit comments