Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsca committed Jun 5, 2024
1 parent 2c798ad commit c88d771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,10 +849,10 @@ def test_auto_load_assets_with_same_name(catalog, folder, autoescape):

expected = """
<link rel="stylesheet" href="/static/components/Page.css">
<link rel="stylesheet" href="/static/components/Form.css">
<link rel="stylesheet" href="/static/components/common/Form.css">
<script type="module" src="/static/components/Page.js"></script>
<script type="module" src="/static/components/shared.js"></script>
<script type="module" src="/static/components/Form.js"></script>
<script type="module" src="/static/components/common/Form.js"></script>
<form></form>
""".strip()

Expand Down

0 comments on commit c88d771

Please sign in to comment.