Пример #1
0
 def test_get_transaction_by_id(self):
     test = Transaction.get_transaction_by_id(2)
     self.assertTrue(len(test) == 4)