We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c802a commit 35230eeCopy full SHA for 35230ee
stix/test/core/stix_header_test.py
@@ -24,7 +24,7 @@ class IdentityTests(EntityTestCase, unittest.TestCase):
24
def test_duplicate_package_intent(self):
25
# Recreate https://github.com/STIXProject/python-stix/issues/63
26
hdr = STIXHeader(package_intents=["Net Defense"])
27
- self.assertEqual(1, len(hdr.package_intent))
+ self.assertEqual(1, len(hdr.package_intents))
28
29
30
if __name__ == "__main__":
0 commit comments