We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53d109 commit a0fe179Copy full SHA for a0fe179
1 file changed
tests/test_unit_tests.py
@@ -70,7 +70,7 @@ def load_test_settings_json():
70
class TestC2paSdk(unittest.TestCase):
71
def test_sdk_version(self):
72
# This test verifies the native libraries used match the expected version.
73
- self.assertIn("0.81.0", sdk_version())
+ self.assertIn("0.82.0", sdk_version())
74
75
76
class TestReader(unittest.TestCase):
0 commit comments