Skip to content

Commit 417d54d

Browse files
authored
Update test_unit_tests.py
1 parent 32c11d0 commit 417d54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def load_test_settings_json():
6868
class TestC2paSdk(unittest.TestCase):
6969
def test_sdk_version(self):
7070
# This test verifies the native libraries used match the expected version
71-
self.assertIn("0.75.18", sdk_version())
71+
self.assertIn("0.75.19", sdk_version())
7272

7373

7474
class TestReader(unittest.TestCase):

0 commit comments

Comments
 (0)