File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1189,8 +1189,8 @@ TEST_P(ClientMapTest, testPutTtl)
11891189
11901190TEST_P (ClientMapTest, testPutConfigTtl)
11911191{
1192- if (client_.get_client_config ().get_near_cache_config (ONE_SECOND_MAP_NAME) !=
1193- nullptr ) {
1192+ if (client_.get_client_config ().get_near_cache_config (
1193+ ONE_SECOND_MAP_NAME) != nullptr ) {
11941194 GTEST_SKIP_ (
11951195 " Server side expiry does not send near cache invalidations. "
11961196 " See https://github.com/hazelcast/hazelcast/issues/10975" );
@@ -1278,8 +1278,8 @@ TEST_P(ClientMapTest, testSetTtl)
12781278
12791279TEST_P (ClientMapTest, testSetConfigTtl)
12801280{
1281- if (client_.get_client_config ().get_near_cache_config (ONE_SECOND_MAP_NAME) !=
1282- nullptr ) {
1281+ if (client_.get_client_config ().get_near_cache_config (
1282+ ONE_SECOND_MAP_NAME) != nullptr ) {
12831283 GTEST_SKIP_ (
12841284 " Server side expiry does not send near cache invalidations. "
12851285 " See https://github.com/hazelcast/hazelcast/issues/10975" );
You can’t perform that action at this time.
0 commit comments