Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #171 from alphagov/I_just_feel_so_used_write_now
Browse files Browse the repository at this point in the history
Change ‘use’ to ‘used’ in our tests to match the response grammar
  • Loading branch information
tombooth committed Nov 5, 2013
2 parents 2efa2c8 + cd5e4eb commit ae89be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/read/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def test_queries_with_collect_and_no_group_by_are_disallowed(self):
]))
assert_that(validation_result_without_group_by,
is_invalid_with_message(
"collect can be use only with either "
"collect can be used only with either "
"['group_by', 'period']"))

def test_queries_without_code_injection_collect_values_are_allowed(self):
Expand Down

0 comments on commit ae89be5

Please sign in to comment.