def test_account_if_existing(self):
    account = Account("001", 50)
    self.assertEqual(account.existing_account(001), None)