Skip to content

Commit

Permalink
fix tests name
Browse files Browse the repository at this point in the history
  • Loading branch information
eikichi18 committed Jul 20, 2018
1 parent e755348 commit 8fcf180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/querystring/tests/testQueryParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ def test_getPathByUID(self):
actual = queryparser.getPathByUID(MockSite(), '00000000000000001')
self.assertEqual(actual, '/site/foo')

def test_objStartWithSiteId(self):
def test_objStartsWithSiteId(self):
data = Row(
index='path',
operator='_path',
Expand Down

0 comments on commit 8fcf180

Please sign in to comment.