Skip to content

Commit

Permalink
Merge pull request #374 from jdufresne/unused-instance-attr
Browse files Browse the repository at this point in the history
Remove unused instance member TestOccurrence.data
  • Loading branch information
kimarakov committed Jan 3, 2018
2 parents 59f9b0e + 63b9d45 commit edea184
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_occurrence.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ def setUp(self):
'rule': rule,
'calendar': cal
}
self.data = {
'title': 'Recent Event',
'start': datetime.datetime(2008, 1, 5, 8, 0, tzinfo=pytz.utc),
'end': datetime.datetime(2008, 1, 5, 9, 0, tzinfo=pytz.utc),
'end_recurring_period': datetime.datetime(2008, 5, 5, 0, 0, tzinfo=pytz.utc),
'calendar': cal
}
self.recurring_event = Event.objects.create(**self.recurring_data)
self.start = datetime.datetime(2008, 1, 12, 0, 0, tzinfo=pytz.utc)
self.end = datetime.datetime(2008, 1, 27, 0, 0, tzinfo=pytz.utc)
Expand Down

0 comments on commit edea184

Please sign in to comment.