We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a4a86 commit bef661cCopy full SHA for bef661c
1 file changed
tests/unittests/integrations/firestore/test_firestore_memory_service.py
@@ -73,9 +73,9 @@ async def test_search_memory_with_results(mock_firestore_client):
73
doc_snapshot = mock_firestore_client.collection.return_value.where.return_value.where.return_value.where.return_value.get.return_value[
74
0
75
]
76
-
+
77
content = types.Content(parts=[types.Part.from_text(text="quick fox jumps")])
78
79
doc_snapshot.to_dict.return_value = {
80
"appName": app_name,
81
"userId": user_id,
0 commit comments