Remove stray print()

stix2.0
Emmanuelle Vargas-Gonzalez 2017-11-06 14:21:29 -05:00
parent 0d5859b906
commit 19818c8573
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ def test_create_bundle1(indicator, malware, relationship):
def test_create_bundle2(indicator, malware, relationship):
bundle = stix2.Bundle(objects=[indicator, malware, relationship])
print(repr(bundle))
assert json.loads(bundle.serialize()) == EXPECTED_BUNDLE_DICT