Example #1
0
 def test_hash(self):
     tr1 = Transaction()
     result = tr1._hash()
     self.assertIsInstance(result, int)
Example #2
0
 def test_hash(self):
     tr1 = Transaction()
     result = tr1._hash()
     self.assertIsInstance(result, int)