Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Oct 19, 2023
1 parent 62ef328 commit 02256cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/burningwave/core/ClassHunterTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public void findRecursiveInChildrenExcludingZipAndJar() throws Exception {
pathHelper.getPaths(path -> path.endsWith("jar"))
).addFileSystemItems(
//folder inside a compressed archive
pathHelper.getResource("../logback-core-1.2.11.jar/ch/qos")
pathHelper.getResource("../logback-core-1.3.11.jar/ch/qos")
).setFindFunction(
currentScannedPath -> {
// Check if the path is a folder outside of a zip archive
Expand Down

0 comments on commit 02256cc

Please sign in to comment.