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:
@@ -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
|
Reference in New Issue
Block a user