Skip to content

Commit e5f01c7

Browse files
committed
fix(ndb): call _AddProcessedParameterFilter and test empty args in test__gql.py
1 parent 3ed47a4 commit e5f01c7

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
@@ -722,7 +722,7 @@ def test_time_2_args_and_invalid():
722722

723723
assert gql_module._time_function([10, 30]) == datetime.time(10, 30)
724724
with pytest.raises(exceptions.BadQueryError):
725-
gql_module._time_function([1, 2, 3, 4])
725+
gql_module._time_function([])
726726

727727
@staticmethod
728728
def test_ancestor_condition_not_is():

0 commit comments

Comments
 (0)