Skip to content

Commit

Permalink
Remove an invalid test case for custom tests with parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordjabez committed Jun 30, 2015
1 parent de8927c commit 235902d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def test(value, minimum, maximum):
assert query({'val': 5})
assert not query({'val': 0})
assert not query({'val': 11})
assert not query({'val': '44'})
assert not query({'': None})


Expand Down

0 comments on commit 235902d

Please sign in to comment.