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 bd6bde6 commit ccf1a9fCopy full SHA for ccf1a9f
referencing/tests/test_jsonschema.py
@@ -90,7 +90,7 @@ def test_id_of_bool(specification, value):
90
)
91
@pytest.mark.parametrize("value", [True, False])
92
def test_anchors_in_bool(specification, value):
93
- assert specification.anchors_in(value) == []
+ assert list(specification.anchors_in(value)) == []
94
95
96
@pytest.mark.parametrize(
0 commit comments