mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
test: test_save_and_load_haiku needed to be adjusted for the new Haiku dataclass
This commit is contained in:
parent
b32996499c
commit
c7d8b9504a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ def test_save_and_load_any(store_manager: StoreManager):
|
|||
|
||||
|
||||
def test_save_and_load_haiku(store_manager: StoreManager):
|
||||
h = Haiku(text="foobar")
|
||||
h = Haiku(lines=["foobar", "qux"])
|
||||
hid = store_manager.save_haiku(h)
|
||||
h_loaded = store_manager.load_haiku(hid)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue