mirror of https://github.com/grpc/grpc-java.git
Add RunWith annotation to AutoWindowSizingOnTest
This commit is contained in:
parent
7c847acf57
commit
f254fadfbe
|
|
@ -39,7 +39,10 @@ import io.grpc.netty.NettyServerBuilder;
|
|||
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.JUnit4;
|
||||
|
||||
@RunWith(JUnit4.class)
|
||||
public class AutoWindowSizingOnTest extends AbstractInteropTest {
|
||||
|
||||
@BeforeClass
|
||||
|
|
|
|||
Loading…
Reference in New Issue