Skip to content

Commit

Permalink
test for one line - header - cli_csv_search when no products found
Browse files Browse the repository at this point in the history
  • Loading branch information
awalshie committed Mar 27, 2018
1 parent 34654ef commit 272147b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/index/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ def matches_1(*args):

def matches_none(*args):
rows = _cli_csv_search(('datasets',) + args, clirunner)
assert len(rows) == 0
assert len(lines) == 1

matches_both(' -40 < lat < -10')
matches_both('product=' + pseudo_ls8_type.name)
Expand Down

0 comments on commit 272147b

Please sign in to comment.