mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-18 13:55:17 +02:00
fix comment
This commit is contained in:
parent
45f5b02475
commit
b9b268ad8b
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ def test_config_mixin_4_multi_inheritance_override_config():
|
|||
assert obj.config.llm == mock_llm_config
|
||||
|
||||
obj.set_config(j, override=True)
|
||||
# obj already has a config, so it will not be set
|
||||
# override obj.config
|
||||
assert obj.config == j
|
||||
assert obj.config.llm == mock_llm_config_zhipu
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue