Commit 264d8442 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix build

parent c5cc626d
......@@ -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");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment