MM2: corrected unit tests
This commit is contained in:
parent
e02d927402
commit
e918a56aea
2 changed files with 3 additions and 4 deletions
|
@ -64,6 +64,5 @@ class TestMMP(unittest.TestCase):
|
|||
actual_events.append(e)
|
||||
self.assertEqual( len(ev.store.keys()), 1 )
|
||||
packed = [ x.safe_pack() for x in actual_events ]
|
||||
print(packed)
|
||||
|
||||
if __name__ == '__main__': unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue