Clean up test

stix2.0
Chris Lenk 2017-11-16 16:50:27 -05:00
parent cfa18bfd0d
commit 515ff1e53f
1 changed files with 0 additions and 1 deletions

View File

@ -373,7 +373,6 @@ def test_related_to_by_source(rel_mem_store):
def test_related_to_by_target(rel_mem_store):
resp = rel_mem_store.related_to(MALWARE_ID, target_only=True)
print(resp)
assert len(resp) == 2
assert any(x['id'] == CAMPAIGN_ID for x in resp)