Skip to content

Commit b6c8f34

Browse files
committed
do not import *
1 parent e6e35ae commit b6c8f34

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

integration-test/src/test/java/org/apache/iotdb/db/it/audit/IoTDBAuditLogBasicIT.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
import org.apache.iotdb.itbase.runtime.ClusterTestConnection;
3030
import org.apache.iotdb.itbase.runtime.NodeConnection;
3131

32-
import org.junit.*;
32+
import org.junit.After;
33+
import org.junit.Assert;
34+
import org.junit.Before;
35+
import org.junit.Ignore;
36+
import org.junit.Test;
3337
import org.junit.experimental.categories.Category;
3438
import org.junit.runner.RunWith;
3539

0 commit comments

Comments
 (0)