🎨 Fix module and handler for locked Sones
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / web / WebInterfaceModuleTest.kt
index 7a9d38e..8840caf 100644 (file)
@@ -286,14 +286,4 @@ class WebInterfaceModuleTest {
                injector.verifySingletonInstance<NotificationManager>()
        }
 
-       @Test
-       fun `notification handler can be created`() {
-               assertThat(injector.getInstance<NotificationHandler>(), notNullValue())
-       }
-
-       @Test
-       fun `notification handler is created as singleton`() {
-               injector.verifySingletonInstance<NotificationHandler>()
-       }
-
 }