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…
Reference in New Issue