Skip to content

Commit

Permalink
Revert "Tweak a test for testing"
Browse files Browse the repository at this point in the history
This reverts commit 9241eea.
  • Loading branch information
Goooler committed Sep 13, 2024
1 parent 9241eea commit 3cbc4e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ class ShadowPluginSpec extends PluginSpecification {
and:
JarFile jar = new JarFile(output)
assert jar.entries().collect().findAll { it.name.endsWith('.class') }.size() == 2
assert jar.entries().collect().findAll { it.name.endsWith('.class') }.size() == 1
}
private String escapedPath(File file) {
Expand Down

0 comments on commit 3cbc4e7

Please sign in to comment.