mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Added export limit test
- Thanks to Daniel Shahaf.
This commit is contained in:
parent
2dbe06aaa1
commit
5b0c3af927
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ class TestExportCommandLimit(TestCase):
|
||||||
self.t('add one')
|
self.t('add one')
|
||||||
self.t('add two')
|
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.assertIn("one", out)
|
||||||
self.assertNotIn("two", out)
|
self.assertNotIn("two", out)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue