Skip to content

Commit 9915f9d

Browse files
m-aciekhugovk
andauthored
Update tests/test_build_docs_versions.py
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 93eaf54 commit 9915f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_build_docs_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_from_json_warning(caplog) -> None:
7575

7676
# Act
7777
with caplog.at_level(logging.WARNING):
78-
versions = Versions.from_json(json_data)
78+
versions = list(Versions.from_json(json_data))
7979

8080
# Assert: both should be skipped
8181
assert versions == []

0 commit comments

Comments
 (0)