Skip to content

Commit 3ed47a4

Browse files
committed
fix(ndb): call _AddProcessedParameterFilter in test__gql.py
1 parent fa1b6f3 commit 3ed47a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-ndb/tests/unit/test__gql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,4 +728,4 @@ def test_time_2_args_and_invalid():
728728
def test_ancestor_condition_not_is():
729729
gql = gql_module.GQL("SELECT * FROM Kind")
730730
with pytest.raises(ValueError, match="condition must be 'is'"):
731-
gql._add_filter("ancestor", "!=", ["param"])
731+
gql._AddProcessedParameterFilter("ancestor", "!=", "nop", ["param"])

0 commit comments

Comments
 (0)