Skip to content

Commit

Permalink
Correct name of test_non_default_attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballs committed May 31, 2016
1 parent 870a3ed commit d565dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axelrod/tests/unit/test_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_init(self, turns, game):

@given(turns=integers(min_value=1, max_value=200), game=games())
@example(turns=5, game=axelrod.DefaultGame)
def test_init(self, turns, game):
def test_non_default_attributes(self, turns, game):
p1, p2 = axelrod.Cooperator(), axelrod.Cooperator()
match_attributes = {
'length': 500,
Expand Down

0 comments on commit d565dea

Please sign in to comment.