Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 20, 2024
1 parent 0fc55f8 commit d82c027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def action_inc(self) -> None:
button.loading = False

# Click should advance counter
await pilot.click(Button)
await pilot.click(button)
assert counter == 2


Expand Down

0 comments on commit d82c027

Please sign in to comment.