Skip to content

Commit

Permalink
fix existing DictionaryProperty test
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed Mar 19, 2024
1 parent 169c4bb commit 41f1b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stix2/test/v21/test_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


def test_dictionary_property():
p = DictionaryProperty(StringProperty)
p = DictionaryProperty()

assert p.clean({'spec_version': '2.1'})
with pytest.raises(ValueError):
Expand Down

0 comments on commit 41f1b7a

Please sign in to comment.