fix comment

This commit is contained in:
geekan 2024-01-11 19:51:09 +08:00
parent 45f5b02475
commit b9b268ad8b

View file

@ -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