Skip to content

Commit d864398

Browse files
committed
fixed tests with missing .setExpandAtFiles(false)
1 parent 2b8aa85 commit d864398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/me/itzg/helpers/modrinth/ModrinthCommandTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ void usingListingFile(@TempDir Path tempDir) throws Exception {
397397
final int exitCode = new CommandLine(
398398
new ModrinthCommand()
399399
)
400+
.setExpandAtFiles(false)
400401
.execute(
401402
"--api-base-url", wm.getRuntimeInfo().getHttpBaseUrl(),
402403
"--output-directory", tempDir.toString(),

0 commit comments

Comments
 (0)