Skip to content

Commit 5ab987a

Browse files
committed
bump the client version used in tests
1 parent 822f9f2 commit 5ab987a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/backward_compatible/client_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ def test_bytes_sent(self):
155155

156156

157157
@unittest.skipIf(
158-
compare_client_version("5.1") < 0,
159-
"Tests the features added in 5.1 version of the client",
158+
compare_client_version("5.2") < 0,
159+
"Tests the features added in 5.2 version of the client",
160160
)
161161
class ClientConfigurationTest(HazelcastTestCase):
162162
rc = None

0 commit comments

Comments
 (0)