Esempio n. 1
0
 def test_airtime_purchase_with_value_too_high(self):
     atm = ATM()
     user = Customer("xyz", "savings", "xyz.com", 500000, "4357697834")
     self.assertEqual(0, atm.buy_airtime(user, 5000000000))