GH-121: Use correct property name for IntrusionSet.last_seen

Fix #121
stix2.0
Greg Back 2018-01-16 08:49:15 -06:00
parent c0669d7a5f
commit e2c9354d14
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class IntrusionSet(STIXDomainObject):
('description', StringProperty()),
('aliases', ListProperty(StringProperty)),
('first_seen', TimestampProperty()),
('last_seen ', TimestampProperty()),
('last_seen', TimestampProperty()),
('goals', ListProperty(StringProperty)),
('resource_level', StringProperty()),
('primary_motivation', StringProperty()),