From 031cdc9931850e3d7eaa541df5592da05d144adc Mon Sep 17 00:00:00 2001 From: Greg Back Date: Fri, 10 Feb 2017 16:12:02 -0600 Subject: [PATCH] Add blank line --- stix2/test/test_stix2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stix2/test/test_stix2.py b/stix2/test/test_stix2.py index 03a887b..164aca9 100644 --- a/stix2/test/test_stix2.py +++ b/stix2/test/test_stix2.py @@ -302,6 +302,7 @@ def test_relationship_all_required_fields(): ) assert str(relationship) == EXPECTED_RELATIONSHIP + def test_relationship_autogenerated_fields(relationship): assert relationship.type == 'relationship' assert relationship.id == 'relationship--00000000-0000-0000-0000-000000000001'