Fixed incorrect assert in test_filepathfield_folders

This commit is contained in:
Honza Kral 2012-06-03 21:46:14 +02:00
parent 6522283a71
commit f823ae3b3e
1 changed files with 1 additions and 1 deletions

View File

@ -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 ##########################################################