🐛 Fix Sone module test
[Sone.git] / 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())
        }