mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Fix previous commit
This commit is contained in:
parent
ded7dc8e6f
commit
a39a6d247d
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user