Fix int tests (#2609)
* 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
This commit is contained in:
parent
63678ff149
commit
4cba067620
|
@ -16,7 +16,7 @@ import com.baeldung.retrofit.models.Repository;
|
|||
import retrofit2.Retrofit;
|
||||
import retrofit2.converter.gson.GsonConverterFactory;
|
||||
|
||||
public class GitHubBasicApiTest {
|
||||
public class GitHubBasicApiLiveTest {
|
||||
|
||||
GitHubBasicApi gitHub;
|
||||
|
Loading…
Reference in New Issue