We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1b6f3 commit 3ed47a4Copy full SHA for 3ed47a4
1 file changed
packages/google-cloud-ndb/tests/unit/test__gql.py
@@ -728,4 +728,4 @@ def test_time_2_args_and_invalid():
728
def test_ancestor_condition_not_is():
729
gql = gql_module.GQL("SELECT * FROM Kind")
730
with pytest.raises(ValueError, match="condition must be 'is'"):
731
- gql._add_filter("ancestor", "!=", ["param"])
+ gql._AddProcessedParameterFilter("ancestor", "!=", "nop", ["param"])
0 commit comments