Skip to content

Commit bef661c

Browse files
formatting
1 parent 16a4a86 commit bef661c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unittests/integrations/firestore/test_firestore_memory_service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ async def test_search_memory_with_results(mock_firestore_client):
7373
doc_snapshot = mock_firestore_client.collection.return_value.where.return_value.where.return_value.where.return_value.get.return_value[
7474
0
7575
]
76-
76+
7777
content = types.Content(parts=[types.Part.from_text(text="quick fox jumps")])
78-
78+
7979
doc_snapshot.to_dict.return_value = {
8080
"appName": app_name,
8181
"userId": user_id,

0 commit comments

Comments
 (0)