Fix observed data property check for at least one property existing

master
Desai, Kartikey H 2019-09-18 10:29:07 -04:00
parent 8447c9fcd9
commit 3b1c922ba6
1 changed files with 0 additions and 1 deletions

View File

@ -595,7 +595,6 @@ class ObservedData(STIXDomainObject):
self._check_mutually_exclusive_properties(
["objects", "object_refs"],
at_least_one=False,
)