Skip to content

Commit b878db5

Browse files
committed
lint: reformat test_over_all_with_filters function signature
1 parent 9a6fede commit b878db5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

integration/test_collection_aggregate.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ def test_aggregation_groupby_no_results(collection_factory: CollectionFactory) -
153153
Filter.by_property("uuids").contains_any([UUID2]),
154154
],
155155
)
156-
def test_over_all_with_filters(collection_factory: CollectionFactory, filter_: FilterReturn) -> None:
156+
def test_over_all_with_filters(
157+
collection_factory: CollectionFactory, filter_: FilterReturn
158+
) -> None:
157159
collection = collection_factory(
158160
properties=[
159161
Property(name="text", data_type=DataType.TEXT),

0 commit comments

Comments
 (0)