Add unit test on DefaultServiceUnregisteredHandler

This commit is contained in:
Benoit Marty 2025-11-13 15:13:05 +01:00
parent 71e8df2628
commit 0dcd63c7f9
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)
}
}