Add missing super in test

Closes gh-814
This commit is contained in:
izeye
2015-06-07 18:52:56 +09:00
committed by Stephane Nicoll
parent 5236eb6b63
commit bd0ca70a2c

View File

@@ -33,6 +33,7 @@ public class OkHttpClientHttpRequestFactoryTests extends AbstractHttpRequestFact
@Override @Override
@Test @Test
public void httpMethods() throws Exception { public void httpMethods() throws Exception {
super.httpMethods();
assertHttpMethod("patch", HttpMethod.PATCH); assertHttpMethod("patch", HttpMethod.PATCH);
} }