Test: Minor style change

This commit is contained in:
Renato Alves 2015-07-18 19:40:41 +01:00
parent 575caffe13
commit 7ab4142c07

View file

@ -119,7 +119,7 @@ class TestRecurrenceWeekdays(TestCase):
code, friday, err = self.t("_get 2.due.julian") code, friday, err = self.t("_get 2.due.julian")
# Generate the second instance, obtain due date. # Generate the second instance, obtain due date.
self.t ("list rc.recurrence.limit:2") # GC/handleRecurrence self.t("list rc.recurrence.limit:2") # GC/handleRecurrence
code, monday, err = self.t("_get 3.due.julian") code, monday, err = self.t("_get 3.due.julian")
# The due dates should be Friday and Monday, three days apart, # The due dates should be Friday and Monday, three days apart,