Skip to content

Commit

Permalink
Fix int tests (eugenp#2609)
Browse files Browse the repository at this point in the history
* Rename JdbcIntegrationTest to JdbcLiveTest

* Rename JdbcIntegrationTest to JdbcLiveTest

* Rename JdbcIntegrationTest to JdbcLiveTest

* Rename Integration tests to Live tests

* Turn off benchmarks

* BroadcastIntegratonTest -> BroadcastLiveTest

* Refactor Retrofit samples
  • Loading branch information
pivovarit authored Sep 11, 2017
1 parent 63678ff commit 4cba067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;

public class GitHubBasicApiTest {
public class GitHubBasicApiLiveTest {

GitHubBasicApi gitHub;

Expand Down

0 comments on commit 4cba067

Please sign in to comment.