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

Commit

Permalink
Fixed test_history failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rorepo committed Jul 22, 2015
1 parent 1043e37 commit 3618777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/test_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_participant_can_view_history(self):

def test_admin_can_view_closed_participant_history(self):
self.make_exchange('braintree-cc', -30, 0, self.alice)
self.alice.close(None)
self.alice.close()

self.make_participant('bob', claimed_time='now', is_admin=True)
response = self.client.GET('/~alice/history/?year=%s' % self.past_year, auth_as='bob')
Expand Down

0 comments on commit 3618777

Please sign in to comment.