add test for --limit

This commit is contained in:
Cory Bennett
2019-05-25 14:10:18 -07:00
parent a6bf26052c
commit c270f20d21
+8
View File
@@ -567,3 +567,11 @@ labels: better-label, more-label
description: |
blocks
EOF
###############################################################################
## List 150 closed issues, should be more than 100
###############################################################################
RUNS $jira ls --project BASIC --status Closed --limit 150
IS $(printf $0 | wc -l) -eq 150