Skip to content

Commit b2aa643

Browse files
authored
test: remove wildcard in test class import (#3634)
1 parent 49ac09d commit b2aa643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gax-java/gax-grpc/src/test/java/com/google/api/gax/grpc/GrpcTransportChannelTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
package com.google.api.gax.grpc;
3232

33-
import static org.junit.jupiter.api.Assertions.*;
33+
import static org.junit.jupiter.api.Assertions.assertFalse;
3434

3535
import io.grpc.ManagedChannel;
3636
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)