Skip to content

Commit

Permalink
fix IT test
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Dec 15, 2021
1 parent ecff4d7 commit 5553dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/enforce-bytecode-version-multirelease/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ assert file.exists();
String text = file.getText("utf-8");

assert text.contains( '[INFO] Adding ignore: module-info' )
assert text.contains( '[DEBUG] log4j-api-2.15.0.jar => ' )
assert text.contains( '[DEBUG] log4j-api-2.16.0.jar => ' )

return true;

0 comments on commit 5553dfc

Please sign in to comment.