Skip to content

Commit

Permalink
Fix flake warning in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed Mar 10, 2020
1 parent 3a395f4 commit fcfccad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huntserver/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class Meta:
model = models.Team
fields = ['team_name', 'hunt', 'location', 'join_code', 'playtester', 'playtest_start_date',
'playtest_end_date', 'num_available_hints', 'num_unlock_points', 'unlockables',
'num_unlock_points',]
'num_unlock_points']

def __init__(self, *args, **kwargs):
super(TeamAdminForm, self).__init__(*args, **kwargs)
Expand Down

0 comments on commit fcfccad

Please sign in to comment.