Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Nov 25, 2024
1 parent 7ff7f7c commit d971190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def test_example_customized_welcome_conclusion(tmp_path, request):


@pytest.mark.skipif(sys.platform != "win32", reason="Windows only")
@pytest.mark.parameterize(
@pytest.mark.parametrize(
"extra_pages",
pytest.param(["extra_page_1.nsi", "extra_page_2.nsi"], id="two pages"),
pytest.param("extra_page_1.nsi", id="single page"),
Expand Down

0 comments on commit d971190

Please sign in to comment.