There was an error while loading. Please reload this page.
1 parent 7b20681 commit 0d448fdCopy full SHA for 0d448fd
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestBestEffortLongFile.java
@@ -26,7 +26,8 @@
26
import org.junit.jupiter.api.BeforeEach;
27
import org.junit.jupiter.api.Test;
28
29
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertEquals;
30
+import static org.junit.jupiter.api.Assertions.assertTrue;
31
32
public class TestBestEffortLongFile {
33
0 commit comments