Skip to content

Commit b4a4bd9

Browse files
authored
[Branch-4.17] Fix branch-4.17 CI (#4611)
* Fix branch-4.17 CI * clean code
1 parent 143e5a8 commit b4a4bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/ClientSocketDisconnectTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import org.apache.bookkeeper.tls.SecurityException;
3939
import org.apache.bookkeeper.util.EventLoopUtil;
4040
import org.junit.Assert;
41-
import org.junit.jupiter.api.Test;
41+
import org.junit.Test;
4242

4343
@Slf4j
4444
public class ClientSocketDisconnectTest extends BookKeeperClusterTestCase {

0 commit comments

Comments
 (0)