🐛 Fix Sone module test
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 19 Nov 2019 21:59:55 +0000 (22:59 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 19 Nov 2019 21:59:55 +0000 (22:59 +0100)
src/test/kotlin/net/pterodactylus/sone/main/SoneModuleTest.kt

index e7d843b..e95955c 100644 (file)
@@ -150,11 +150,6 @@ class SoneModuleTest {
        }
 
        @Test
-       fun `base l10n is bound correctly`() {
-               assertThat(injector.getInstance(), sameInstance(l10n.base))
-       }
-
-       @Test
        fun `translation is bound correctly`() {
                assertThat(injector.getInstance<Translation>(), notNullValue())
        }