Fix build

This commit is contained in:
Stephane Nicoll
2016-10-11 18:33:54 +02:00
parent c5cc626d48
commit 264d8442da

View File

@@ -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");
}
}