Skip to content

Commit 3c1a08f

Browse files
authored
Update test_unit_tests.py
1 parent 8495fcb commit 3c1a08f

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
@@ -40,7 +40,7 @@
4040

4141
class TestC2paSdk(unittest.TestCase):
4242
def test_sdk_version(self):
43-
self.assertIn("0.62.0", sdk_version())
43+
self.assertIn("0.63.0", sdk_version())
4444

4545

4646
class TestReader(unittest.TestCase):

0 commit comments

Comments
 (0)