Skip to content

Commit 9f30beb

Browse files
Update kastore to C_2.0.0
1 parent 623b3b3 commit 9f30beb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/tests/test_lowlevel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,7 @@ class TestModuleFunctions(unittest.TestCase):
21492149

21502150
def test_kastore_version(self):
21512151
version = _tskit.get_kastore_version()
2152-
self.assertEqual(version, (1, 1, 0))
2152+
self.assertEqual(version, (2, 0, 0))
21532153

21542154
def test_tskit_version(self):
21552155
version = _tskit.get_tskit_version()

0 commit comments

Comments
 (0)