From 8fcf180487168194e409358debfd5556942a68b7 Mon Sep 17 00:00:00 2001 From: Filippo Campi Date: Fri, 20 Jul 2018 18:04:00 +0200 Subject: [PATCH] fix tests name --- plone/app/querystring/tests/testQueryParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/querystring/tests/testQueryParser.py b/plone/app/querystring/tests/testQueryParser.py index aa97525..cfe4263 100644 --- a/plone/app/querystring/tests/testQueryParser.py +++ b/plone/app/querystring/tests/testQueryParser.py @@ -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',