fix issue 70

This commit is contained in:
collerek
2020-12-10 16:22:01 +01:00
parent 5c15564e0b
commit f4aedbfb2b
5 changed files with 76 additions and 5 deletions

View File

@ -55,7 +55,7 @@ async def test_model_relationship():
assert ws.topic == "Topic 1"
assert ws.category.name == "Foo"
ws.topic = 'Topic 2'
ws.topic = "Topic 2"
await ws.update()
assert ws.id == 1