chore(base): correct typo

ref: #804
This commit is contained in:
2025-06-07 21:49:13 +09:30
parent 2f59a34b69
commit 2fe75ba369
2 changed files with 5 additions and 1 deletions

View File

@ -116,8 +116,10 @@ class ModelTestCases(
create_instance = True,
)
instance = instance['instance']
yield instance['instance']
yield instance
if 'mockmodel' in apps.all_models['core']: