mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
Remove extra space
This commit is contained in:
parent
219b8507ad
commit
5acce98223
1 changed files with 1 additions and 1 deletions
|
|
@ -47,6 +47,6 @@ def test_single_dimension_attr():
|
|||
|
||||
|
||||
def test_assignment_tag():
|
||||
ttag = r"""{% generateimage 'testspec' from=img as th %} {{ th.url }}"""
|
||||
ttag = r"""{% generateimage 'testspec' from=img as th %}{{ th.url }}"""
|
||||
html = render_tag(ttag)
|
||||
assert_not_equal(html.strip(), '')
|
||||
|
|
|
|||
Loading…
Reference in a new issue