Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 2224d5a

Browse files
1 parent 5b5804e commit 2224d5a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/system/test_system.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,10 +1142,10 @@ def test_collection_add(client, cleanup, database):
11421142

11431143

11441144
@pytest.mark.parametrize("database", [None, FIRESTORE_OTHER_DB], indirect=True)
1145-
@pytest.mark.parametrize(
1146-
"use_python_datetime", [True, False]
1147-
)
1148-
def test_list_collections_with_read_time(client, cleanup, database, use_python_datetime):
1145+
@pytest.mark.parametrize("use_python_datetime", [True, False])
1146+
def test_list_collections_with_read_time(
1147+
client, cleanup, database, use_python_datetime
1148+
):
11491149
# TODO(microgen): list_documents is returning a generator, not a list.
11501150
# Consider if this is desired. Also, Document isn't hashable.
11511151
collection_id = "coll-add" + UNIQUE_RESOURCE_ID

0 commit comments

Comments
 (0)