Skip to content

Commit ce9caee

Browse files
committed
fix flake8
1 parent 756b7d6 commit ce9caee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/trove/trovesearch/test_search_params.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from trove.util.queryparams import QueryparamName
88
from trove.vocab.namespaces import OSFMAP, RDF, DCTERMS
99

10+
1011
class TestSearchText(SimpleTestCase):
1112
def test_empty_text_list(self):
1213
inputs = []
@@ -35,6 +36,7 @@ def test_custom_propertypath_set(self):
3536
st = SearchText("hello", propertypath_set=custom_set)
3637
self.assertEqual(st.propertypath_set, custom_set)
3738

39+
3840
class TestSearchFilterPath(SimpleTestCase):
3941
def test_from_param(self):
4042
_cases = {

0 commit comments

Comments
 (0)