This commit is contained in:
Lincoln Stein
2023-11-10 19:14:29 -05:00
parent 3a6ba236f5
commit f1c846ba5c
2 changed files with 9 additions and 5 deletions

View File

@ -83,6 +83,7 @@ def test_update(store: ModelRecordServiceBase):
new_config = store.get_model("key1")
assert new_config.name == "new name"
def test_rename(store: ModelRecordServiceBase):
config = example_config()
store.add_model("key1", config)