Skip to content

Commit

Permalink
Add a missing await.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 17, 2023
1 parent adcecf2 commit ada9303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ async def test_menu_items(app, app_probe):
# Add all the commands
app.commands.add(cmd1, cmd2, cmd3, disabled_item, no_action, deep_item, cmd4)

app_probe.redraw("App has custom menu items")
await app_probe.redraw("App has custom menu items")

app_probe.assert_menu_item(
["Other", "Full command"],
Expand Down

0 comments on commit ada9303

Please sign in to comment.