From 5b0c3af9278cfcea347fc6e783889080f42feb17 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 17 Jul 2015 22:14:18 -0400 Subject: [PATCH] Test: Added export limit test - Thanks to Daniel Shahaf. --- test/export.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/export.t b/test/export.t index 7a1a34ecb..143743372 100755 --- a/test/export.t +++ b/test/export.t @@ -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)