Refactor all samples to use the Spring Test for Apache Geode project.
Add appropriate synchronization/coordination between the client and server.
This commit is contained in:
@@ -58,5 +58,4 @@ public class AttributeTests {
|
||||
assertThat(home.attributes()).extracting("attributeName").containsOnly("a");
|
||||
assertThat(home.attributes()).extracting("attributeValue").containsOnly("b");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user