Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Nov 19, 2024
1 parent 223b6a3 commit 88fed2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public void execute_PWA_invalidBaseIconNotFound_throws()
.assertThrows(ExecutionFailedException.class, task::execute);
Assert.assertTrue(
exception.getMessage().contains("Cannot load PWA icon"));
Assert.assertTrue(exception.getCause() instanceof IOException);
Assert.assertFalse("PWA icons should not have been generated",
Files.exists(iconsOutDirectory));
}
Expand Down

0 comments on commit 88fed2d

Please sign in to comment.