fixbug: unit test

This commit is contained in:
莘权 马 2024-01-27 17:22:28 +08:00
parent 3a2f162fdd
commit 9bcaa67cc3
2 changed files with 3 additions and 3 deletions

View file

@ -178,7 +178,7 @@ class TestGetProjectRoot:
],
)
def test_split_namespace(self, val, want):
res = split_namespace(val)
res = split_namespace(val, maxsplit=-1)
assert res == want
def test_read_json_file(self):