Test: Adjusted expected value

This commit is contained in:
Paul Beckingham 2015-08-13 07:05:29 -04:00
parent 218f074609
commit 79041ba501

View file

@ -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):