Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Oct 11, 2016
1 parent c5cc626 commit 264d844
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void dataJpaDependencies() throws Exception {
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");
}

}

0 comments on commit 264d844

Please sign in to comment.