mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Test: Adjusted expected value
This commit is contained in:
parent
218f074609
commit
79041ba501
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class TestExportCommand(TestCase):
|
|||
def test_export_duration_uda(self):
|
||||
self.t.config('uda.estimate.type', 'duration')
|
||||
self.t('add estimate:month test duration uda')
|
||||
self.assertString(self.export('2')['estimate'], 'P1M')
|
||||
self.assertString(self.export('2')['estimate'], 'P30D')
|
||||
|
||||
|
||||
class TestExportCommandLimit(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue