Skip to content

Commit 2e4535b

Browse files
committed
Close in-memory file system when provider is closed
1 parent a5c953f commit 2e4535b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupiter-tests/src/test/java/org/junit/jupiter/engine/extension/CloseablePathTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public Path createTempDirectory(AnnotatedElementContext elementContext, Extensio
236236

237237
@Override
238238
public void close() throws IOException {
239-
TempDirFactory.super.close();
239+
fileSystem.close();
240240
}
241241
}
242242

0 commit comments

Comments
 (0)