Skip to content

Commit

Permalink
Fix demo test_broadway.py
Browse files Browse the repository at this point in the history
  • Loading branch information
slaclau committed Jul 17, 2024
1 parent 2cb8779 commit 93bb275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/demo/broadway/test_broadway.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def end():
thread.start()


@pytest.mark.parametrize("demo", chain(*demos.values())
@pytest.mark.parametrize("demo", chain(*demos.values()))
def test_demo(demo, browser):
app = DemoApplication(
demo, browser, application_id=f"io.github.slaclau.plotly_gtk.{demo}"
Expand Down

0 comments on commit 93bb275

Please sign in to comment.