Test: Added export limit test

- Thanks to Daniel Shahaf.
This commit is contained in:
Paul Beckingham 2015-07-17 22:14:18 -04:00
parent 2dbe06aaa1
commit 5b0c3af927

View file

@ -187,7 +187,7 @@ class TestExportCommandLimit(TestCase):
self.t('add one')
self.t('add two')
code, out, err = self.t("export limit:1")
code, out, err = self.t("/o/ limit:1 export")
self.assertIn("one", out)
self.assertNotIn("two", out)