Fixed typo in file_storage tests.

This commit is contained in:
Tim Graham 2015-05-20 13:05:41 -04:00
parent c15b0c2792
commit e2b77acedd
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ class FileStorageTests(unittest.TestCase):
self.assertEqual(self.storage.url(r"""~!*()'@#$%^&*abc`+ =.file"""),
"""/test_media_url/~!*()'%40%23%24%25%5E%26*abc%60%2B%20%3D.file""")
# should stanslate os path separator(s) to the url path separator
# should translate os path separator(s) to the url path separator
self.assertEqual(self.storage.url("""a/b\\c.file"""),
"""/test_media_url/a/b/c.file""")