mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Minor style change
This commit is contained in:
parent
575caffe13
commit
7ab4142c07
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class TestRecurrenceWeekdays(TestCase):
|
|||
code, friday, err = self.t("_get 2.due.julian")
|
||||
|
||||
# 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")
|
||||
|
||||
# The due dates should be Friday and Monday, three days apart,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue