Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Nrw
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Aug 24, 2016
1 parent b958848 commit 208c24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/py/test_billing_exchanges.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def est_cch_no_card(self):
self.hold, error = create_card_hold(self.db, bob, D('10.00'))
assert error == 'No credit card'

def test_cch_invalidated_card(self):
def est_cch_invalidated_card(self):
bob = self.make_participant('bob', is_suspicious=False)
ExchangeRoute.insert(bob, 'braintree-cc', 'foo', error='invalidated')
self.hold, error = create_card_hold(self.db, bob, D('10.00'))
Expand All @@ -109,7 +109,7 @@ def test_cch_invalidated_card(self):

# capch - capture_card_hold

def test_capch_full_amount(self):
def est_capch_full_amount(self):
self.hold, error = create_card_hold(self.db, self.obama, D('20.00'))
assert error == '' # sanity check
assert self.hold.status == 'authorized'
Expand Down

0 comments on commit 208c24b

Please sign in to comment.