Tests: Fixed import/export tests that assumed a default value

- Instead of settting the value.
This commit is contained in:
Paul Beckingham
2016-02-21 11:16:19 -05:00
parent 140accc3d7
commit 774cf3e2d9
2 changed files with 3 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ class TestExportCommand(TestCase):
self.t(('add', 'everything depends on me task'))
self.t(('add', 'wrong, everything depends on me task'))
self.t('1 modify depends:2,3')
self.t.config('json.depends.array', 'on')
deps = self.export(1)['depends']
self.assertType(deps, list)