Fix build
This commit is contained in:
parent
c5cc626d48
commit
264d8442da
|
|
@ -61,7 +61,7 @@ public class ReproIntegrationTests {
|
|||
public void jarFileExtensionNeeded() throws Exception {
|
||||
this.thrown.expect(IllegalStateException.class);
|
||||
this.thrown.expectMessage("is not a JAR file");
|
||||
this.cli.jar("secure.groovy");
|
||||
this.cli.jar("secure.groovy", "data-jpa.groovy");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue