Skip to content

Commit

Permalink
Further decrease tested filesize for iCal exports
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Mar 8, 2014
1 parent dec672b commit 7a7d4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wger/manager/tests/test_ical.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def export_ical(self, fail=False):
'attachment; filename=Calendar-workout-3.ics')

# Approximate size
self.assertGreater(len(response.content), 550)
self.assertGreater(len(response.content), 540)
self.assertLess(len(response.content), 560)

def test_export_ical_anonymous(self):
Expand Down

0 comments on commit 7a7d4ae

Please sign in to comment.