diff --git a/cache/src/test/kotlin/org/openrs2/cache/VersionTrailerTest.kt b/cache/src/test/kotlin/org/openrs2/cache/VersionTrailerTest.kt index a60f6639..42de407b 100644 --- a/cache/src/test/kotlin/org/openrs2/cache/VersionTrailerTest.kt +++ b/cache/src/test/kotlin/org/openrs2/cache/VersionTrailerTest.kt @@ -9,7 +9,7 @@ import kotlin.test.assertNull object VersionTrailerTest { @Test - public fun testStrip() { + fun testStrip() { assertNull(VersionTrailer.strip(Unpooled.EMPTY_BUFFER)) wrappedBuffer(0).use { buf ->