mirror of
https://github.com/django/django.git
synced 2025-04-05 14:06:42 +00:00
Fixed error introduced when testing patch for 013db6ba85
Shame on me.
This commit is contained in:
parent
013db6ba85
commit
8ce1e392fa
@ -314,7 +314,7 @@ class UtilTests(unittest.TestCase):
|
||||
|
||||
fieldsets = (
|
||||
(None, {
|
||||
'fields': ['url', 'title', ['content', 'sites'])
|
||||
'fields': ('url', 'title', ['content', 'sites'])
|
||||
}),
|
||||
)
|
||||
self.assertEqual(flatten_fieldsets(fieldsets), ['url', 'title', 'content', 'sites'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user