mirror of
https://github.com/django-components/django-components.git
synced 2025-08-30 10:47:20 +00:00
Change the order of arguments in assertHTMLEqual()
This commit is contained in:
parent
0cc507fd5d
commit
16826f45f9
1 changed files with 1 additions and 1 deletions
|
@ -419,10 +419,10 @@ class ComponentMediaRenderingTests(SimpleTestCase):
|
|||
)
|
||||
rendered = create_and_process_template_response(template)
|
||||
self.assertHTMLEqual(
|
||||
rendered,
|
||||
(
|
||||
'<script src="script.js"></script>'
|
||||
'<link href="style.css" media="all" rel="stylesheet">'
|
||||
"Variable: <strong>value</strong>\n"
|
||||
),
|
||||
rendered,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue