Skip to content

Commit c4ec584

Browse files
committed
Update FileUtilsTest.java
1 parent da1dfa8 commit c4ec584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microsphere-java-core/src/test/java/io/microsphere/io/FileUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void testDeleteDirectoryOnNotExists() throws IOException {
115115
void testDeleteDirectoryOnIOException() throws Exception {
116116
ExecutorService executor = newSingleThreadExecutor();
117117
executor.submit(this::testDeleteDirectoryOnIOException0);
118-
executor.shutdown();
118+
shutdown(executor);
119119
while (!executor.isTerminated()) {
120120
sleep(10L);
121121
}

0 commit comments

Comments
 (0)