Fix tests for buttons functionality

This commit is contained in:
Kovid Goyal
2024-07-31 15:21:57 +05:30
parent a144c267a3
commit 1f656eccbb
3 changed files with 10 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ def log_notification(nc: NotificationCommand) -> None:
print('\n', file=log)
def on_notification_activated(nc: NotificationCommand) -> None:
def on_notification_activated(nc: NotificationCommand, which: int) -> None:
# do something when this notification is activated (clicked on)
# remember to assign this to the on_activation field in main()
pass