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

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Aug 24, 2016
1 parent e4cd2f6 commit 684eca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/py/test_billing_exchanges.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def test_grprbn_includes_team_owners(self):
enterprise = self.make_team(is_approved=True)
self.obama.set_payment_instruction(enterprise, 100)
self.run_payday()
print("picard's balance:", P('picard').balance)
routes = get_ready_payout_routes_by_network(self.db, 'paypal')
assert [r.participant.username for r in routes] == ['picard']

Expand Down

0 comments on commit 684eca4

Please sign in to comment.