mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
Fixed incorrect assert in test_filepathfield_folders
This commit is contained in:
parent
6522283a71
commit
f823ae3b3e
@ -1017,7 +1017,7 @@ class FieldsTests(SimpleTestCase):
|
||||
]
|
||||
for exp, got in zip(expected, fix_os_paths(f.choices)):
|
||||
self.assertEqual(exp[1], got[1])
|
||||
self.assertEqual(exp[1], got[1])
|
||||
self.assert_(got[0].endswith(exp[0]))
|
||||
|
||||
|
||||
# SplitDateTimeField ##########################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user