Add trailing comma expected by the pre-commit hook.

main
Ming Fang 2024-09-24 17:10:24 -04:00
parent 6299ff9b38
commit 12ada44a63
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ def test_granular_marking_mutual_exclusion_error():
stix2.v21.GranularMarking( stix2.v21.GranularMarking(
lang="en", lang="en",
marking_ref=stix2.TLP_GREEN, marking_ref=stix2.TLP_GREEN,
selectors=["foo"] selectors=["foo"],
) )
assert excinfo.value.cls == stix2.v21.GranularMarking assert excinfo.value.cls == stix2.v21.GranularMarking
assert excinfo.value.properties == ["lang", "marking_ref"] assert excinfo.value.properties == ["lang", "marking_ref"]