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

Commit

Permalink
Minor chnages...
Browse files Browse the repository at this point in the history
  • Loading branch information
kaguillera committed Aug 3, 2016
1 parent 2ced3d4 commit 0fa1915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/test_fake_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ def test_fake_team_doesnt_fail_for_name_with_apostrophe(self):
teams with apostrophes
"""
crusher = self.make_participant('crusher', email_address='[email protected]')
team = fake_data.fake_team( self.db, crusher, "D'Amorebury")
team = fake_data.fake_team(self.db, crusher, "D'Amorebury")
assert team.name != "d-amorebury"

0 comments on commit 0fa1915

Please sign in to comment.