Exemplo n.º 1
0
 def test_hash(self):
     tr1 = Transaction()
     result = tr1._hash()
     self.assertIsInstance(result, int)
Exemplo n.º 2
0
 def test_hash(self):
     tr1 = Transaction()
     result = tr1._hash()
     self.assertIsInstance(result, int)