We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c370b9 commit e02ba40Copy full SHA for e02ba40
tests/integration/backward_compatible/client_test.py
@@ -155,8 +155,8 @@ def test_bytes_sent(self):
155
156
157
@unittest.skipIf(
158
- compare_client_version("5.1") < 0,
159
- "Tests the features added in 5.1 version of the client",
+ compare_client_version("5.2") < 0,
+ "Tests the features added in 5.2 version of the client",
160
)
161
class ClientConfigurationTest(HazelcastTestCase):
162
rc = None
0 commit comments