mirror of https://github.com/grpc/grpc-java.git
okhttp/test: add missing annotation. (#3476)
This commit is contained in:
parent
2924e30e45
commit
a9941a8bcf
|
@ -24,7 +24,10 @@ import io.grpc.internal.GrpcUtil;
|
|||
import io.grpc.okhttp.internal.framed.Header;
|
||||
import java.util.List;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.JUnit4;
|
||||
|
||||
@RunWith(JUnit4.class)
|
||||
public class HeadersTest {
|
||||
@Test
|
||||
public void createRequestHeaders_sanitizes() {
|
||||
|
|
Loading…
Reference in New Issue