We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3ea11 commit 8b07ae3Copy full SHA for 8b07ae3
1 file changed
microsphere-java-core/src/test/java/io/microsphere/io/FileUtilsTest.java
@@ -117,7 +117,7 @@ void testDeleteDirectoryOnIOException() throws Exception {
117
ExecutorService executor = newSingleThreadExecutor();
118
executor.submit(this::testDeleteDirectoryOnIOException0);
119
shutdown(executor);
120
- assertTrue(executor.awaitTermination(5, SECONDS));
+ executor.awaitTermination(5, SECONDS);
121
}
122
123
File testDeleteDirectoryOnIOException0() throws Exception {
0 commit comments