Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davethepunkyone committed Nov 6, 2024
1 parent 725d99a commit a81d746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_utils/test_axe.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_create_html_report() -> None:
"violations": [{"id": "test", "impact": None, "tags": ["cat.keyboard", "best-practice"], "description": "test", "help": "test", "helpUrl": "test", "nodes": []}]
}
expected_file_data = Axe._generate_html(test_data)

# Default generation
Axe._create_html_report(test_data)
with open(AXE_REPORTS_DIR / TEST_HTML_DEFAULT_FILENAME, 'r') as file:
Expand Down

0 comments on commit a81d746

Please sign in to comment.