Skip to content

Commit

Permalink
Fixed test for new harcoded client version
Browse files Browse the repository at this point in the history
  • Loading branch information
idimov-keeper committed Oct 28, 2024
1 parent 86a587a commit 600212d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/core/tests/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ def test_client_version(self):
self.assertEqual("16.2.24", client_version, "did not get the correct client version from 0.2.24")

client_version = get_client_version(hardcode=True)
self.assertEqual("16.4.0", client_version, "did not get the correct client version for hardcoded")
self.assertEqual("16.6.0", client_version, "did not get the correct client version for hardcoded")

0 comments on commit 600212d

Please sign in to comment.