Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Nov 29, 2023
1 parent c66c920 commit 5b2909f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/querystring/tests/testQueryBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ def testQueryBuilderCustomQueryDoNotOverrideValues(self):
self.assertEqual(len(results), 1)
self.assertEqual(results[0].Title(), "Collectionstestpage 2")


def test_munge_search_term(self):
from plone.app.querystring.querybuilder import _BAD_CHARS
from plone.app.querystring.querybuilder import munge_search_term
Expand Down Expand Up @@ -400,6 +399,7 @@ def test_munge_search_term(self):
for _in, _out in search_term_tests:
self.assertEqual(munge_search_term(_in), _out)


class TestQuerybuilderResultTypes(unittest.TestCase):
layer = TEST_PROFILE_PLONEAPPQUERYSTRING_INTEGRATION_TESTING

Expand Down

0 comments on commit 5b2909f

Please sign in to comment.