Skip to content

Commit 1677f2b

Browse files
committed
Fix mypy.
1 parent 50c83e6 commit 1677f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/manager/search/test_external_search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ def test_facet_filtering(self, end_to_end_search_fixture: EndToEndSearchFixture)
11211121
data = self._populate_works(fixture)
11221122
fixture.populate_search_index()
11231123

1124-
def expect(availability, collection, works):
1124+
def expect(availability, works):
11251125
facets = Facets(
11261126
transaction.default_library(),
11271127
availability,

0 commit comments

Comments
 (0)