Skip to content

Commit

Permalink
3.7.8 Update failing test to use double quotes instead of single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cruz-evan committed Jun 10, 2019
1 parent 3b3eba4 commit 0a10cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_templatetags.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ def test_get_all(self):
def test_get_filtered(self):
self.assertEqual(
get_file_extensions(QueryDict('type=image')),
"['.jpg', '.jpeg', '.gif', '.png', '.tif', '.tiff']"
"[\".jpg\", \".jpeg\", \".gif\", \".png\", \".tif\", \".tiff\"]"
)

0 comments on commit 0a10cb9

Please sign in to comment.