Add unit test on DefaultServiceUnregisteredHandler

This commit is contained in:
Benoit Marty 2025-11-13 15:13:05 +01:00
parent 97a288812e
commit 99485fb541
2 changed files with 119 additions and 1 deletions

View file

@ -42,6 +42,6 @@ class DefaultServiceUnregisteredHandler(
showSessionId = hasMultipleAccounts,
)
)
notificationDisplayer.displayDiagnosticNotification(notification)
notificationDisplayer.displayUnregistrationNotification(notification)
}
}