okhttp/test: add missing annotation. (#3476)

This commit is contained in:
Kun Zhang 2017-09-18 15:35:18 -07:00 committed by GitHub
parent 2924e30e45
commit a9941a8bcf
1 changed files with 3 additions and 0 deletions

View File

@ -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() {