mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-14 15:25:17 +02:00
fixbug: unit test
This commit is contained in:
parent
3a2f162fdd
commit
9bcaa67cc3
2 changed files with 3 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue