Test: Updated test to have ISO8601 duration value

This commit is contained in:
Paul Beckingham 2015-07-27 20:44:08 -04:00
parent 84a9140763
commit 44fc565f6d

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'], 'month')
self.assertString(self.export('2')['estimate'], 'P1M')
class TestExportCommandLimit(TestCase):