Skip to content

Commit c562dbd

Browse files
committed
#3678: rename
1 parent 804f50f commit c562dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ void transpilesWithPackage(@Mktmp final Path temp)
127127
}
128128

129129
@Test
130-
void transpilesSimpleApp(@Mktmp final Path temp, @RandomProgram final String program)
130+
void transpilesSimpleApp(@Mktmp final Path temp, @RandomProgram final String prog)
131131
throws Exception {
132132
new Farea(temp).together(
133133
f -> {
134134
f.clean();
135-
f.files().file("src/main/eo/foo.eo").write(program.getBytes());
135+
f.files().file("src/main/eo/foo.eo").write(prog.getBytes());
136136
f.build()
137137
.plugins()
138138
.appendItself()

0 commit comments

Comments
 (0)