Skip to content

Commit

Permalink
Add trailing comma expected by the pre-commit hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfang90739 committed Sep 24, 2024
1 parent 6299ff9 commit 12ada44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stix2/test/v21/test_markings.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def test_granular_marking_mutual_exclusion_error():
stix2.v21.GranularMarking(
lang="en",
marking_ref=stix2.TLP_GREEN,
selectors=["foo"]
selectors=["foo"],
)
assert excinfo.value.cls == stix2.v21.GranularMarking
assert excinfo.value.properties == ["lang", "marking_ref"]
Expand Down

0 comments on commit 12ada44

Please sign in to comment.