Fix previous commit

This commit is contained in:
Valentin Lorentz 2015-05-14 07:46:18 +00:00
parent ded7dc8e6f
commit a39a6d247d

View File

@ -540,7 +540,7 @@ class FormatTestCase(SupyTestCase):
'apples, oranges, and watermelon.')
def testPercentL(self):
self.assertIn(format('%L', set(('apples', 'oranges', 'watermelon'])), [
self.assertIn(format('%L', set(['apples', 'oranges', 'watermelon'])), [
'apples, oranges, and watermelon',
'oranges, apples, and watermelon',
'apples, watermelon, and oranges',