Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
adnejacobsen committed Sep 7, 2023
1 parent 120a5ca commit caa7854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_schema/test_schema_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,6 @@ def test_schema_logic_data_spec(schema_080, metadata_examples):
# assert data.spec is not present
with pytest.raises(KeyError):
example_dict["data"]["spec"]

# assert data.spec not required when class === dictionary
jsonschema.validate(instance=example_dict, schema=schema_080)

0 comments on commit caa7854

Please sign in to comment.