Skip to content

Commit

Permalink
Test Run 2
Browse files Browse the repository at this point in the history
  • Loading branch information
proneon267 committed Oct 23, 2024
1 parent c667c3e commit 75f6e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/tests/app/test_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ async def test_current_window(app, app_probe, main_window, main_window_probe):
assert app.current_window == window1

info_dialog = toga.InfoDialog("Info", "Some info")
window1_probe.setup_info_dialog_result(info_dialog)
app_probe.setup_info_dialog_result(info_dialog)

await window1_probe.redraw("Display window1 modal info dialog")
await window1.dialog(info_dialog)
Expand Down

0 comments on commit 75f6e41

Please sign in to comment.