Skip to content

Commit

Permalink
filter: Reduce scope of query syntax test
Browse files Browse the repository at this point in the history
By using a valid column here, this reduces the scope of the test to not
be affected by column validity, focusing only on query syntax.
  • Loading branch information
victorlin committed Feb 7, 2024
1 parent 0b5b5c1 commit ff44fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/filter/cram/filter-query-errors.t
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ However, other Pandas errors are not so helpful, so a link is provided for users

$ ${AUGUR} filter \
> --metadata "$TESTDIR/../data/metadata.tsv" \
> --query "invalid = 'value'" \
> --query "country = 'value'" \
> --output-strains filtered_strains.txt > /dev/null
ERROR: Internal Pandas error when applying query:
cannot assign without a target object
Expand Down

0 comments on commit ff44fe3

Please sign in to comment.