Merge pull request #7048 from amit2103/BAEL-14840

[BAEL-14840] - Fixed integration tests in apache-geode
This commit is contained in:
Loredana Crusoveanu 2019-05-30 22:54:43 +03:00 committed by GitHub
commit 73d3ab775b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;