We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a266a1 commit 161b7d0Copy full SHA for 161b7d0
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.79.3", sdk_version())
+ self.assertIn("0.79.4", sdk_version())
74
75
76
class TestReader(unittest.TestCase):
0 commit comments