Skip to content

Commit 972a17d

Browse files
committed
wip
1 parent 0edbf32 commit 972a17d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def test_infos_save_and_load_roundtrip(tmp_path):
162162
model.save_to_file(target)
163163
assert target.is_file()
164164

165+
Infos.from_path(tmp_path / "infos")
165166
reloaded = Infos.from_path(target)
166167
assert reloaded.owner == "owner"
167168
assert reloaded.license == "cc-by-4.0"

0 commit comments

Comments
 (0)