Commit f823ae3b authored by Honza Kral's avatar Honza Kral
Browse files

Fixed incorrect assert in test_filepathfield_folders

parent 6522283a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ##########################################################