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 4f63f9b commit f2c802aCopy full SHA for f2c802a
stix/test/core/stix_header_test.py
@@ -23,7 +23,7 @@ class IdentityTests(EntityTestCase, unittest.TestCase):
23
24
def test_duplicate_package_intent(self):
25
# Recreate https://github.com/STIXProject/python-stix/issues/63
26
- hdr = STIXHeader(package_intent=["Net Defense"])
+ hdr = STIXHeader(package_intents=["Net Defense"])
27
self.assertEqual(1, len(hdr.package_intent))
28
29
0 commit comments