Skip to content

Commit 11b4fd6

Browse files
committed
docstring in test
1 parent 55a410e commit 11b4fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_persistence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_garbage(mock_static_model: StaticModel) -> None:
5353

5454

5555
def test_subfolder_loading(mock_static_model: StaticModel) -> None:
56-
"""Test that garbage loading crashes."""
56+
"""Test that subfolder loading works."""
5757
with TemporaryDirectory() as dir_name:
5858
dir_name_path = Path(dir_name)
5959
mock_static_model.save_pretrained(dir_name_path / "subfolder")

0 commit comments

Comments
 (0)