We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc74b13 commit 93eaf54Copy full SHA for 93eaf54
1 file changed
tests/test_build_docs_versions.py
@@ -75,7 +75,7 @@ def test_from_json_warning(caplog) -> None:
75
76
# Act
77
with caplog.at_level(logging.WARNING):
78
- Versions.from_json(json_data)
+ versions = Versions.from_json(json_data)
79
80
# Assert: both should be skipped
81
assert versions == []
0 commit comments