[BAEL-14840] - Fixed integration tests in apache-geode

This commit is contained in:
amit2103 2019-05-30 16:05:17 +05:30
parent 6e4e729156
commit 6ab6db7d9d

View File

@ -21,7 +21,7 @@ import java.util.stream.Stream;
import static org.junit.Assert.assertEquals;
public class GeodeSamplesIntegrationTest {
public class GeodeSamplesLiveTest {
ClientCache cache = null;
Region<String, String> region = null;