1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-07 12:42:57 +03:00

Rename OkHttpClientTestingRule to OkHttpClientTestRule

This commit is contained in:
Amir Livneh
2019-03-07 07:24:05 -05:00
parent 9059c15c67
commit 018510fa40
16 changed files with 41 additions and 49 deletions

View File

@@ -21,7 +21,7 @@ import org.junit.runners.model.Statement;
import static okhttp3.TestUtil.defaultClient;
public class OkHttpClientTestingRule implements TestRule {
public class OkHttpClientTestRule implements TestRule {
public OkHttpClient client = defaultClient();
@Override