Skip to content

Commit

Permalink
#100 removed broken line
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Aug 15, 2023
1 parent bb64fb8 commit 39b8243
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/filter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def test_get_facet_counts(mocker):
def test_active_pagination_is_removed_from_date_facet_filter():
dfw = DateFacetWidget()
dfw.data = QueryDict("page=3")
QueryDict
option = dfw.render_option("name", set(), "value", "label")
assert "page=3" not in option

Expand Down

0 comments on commit 39b8243

Please sign in to comment.