X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ftest%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Ftext%2FSonePartTest.kt;h=31fca488fcd5fcdd096027db6ddb97c41688a9d1;hb=03cec6a6772c2d836d94864adddaf544cbe9d72f;hp=361bd19f4ff26a3403d07b089b1639882ef34def;hpb=ffd92ca2374c0b2218e583d02e0bdd24b8c110ae;p=Sone.git diff --git a/src/test/kotlin/net/pterodactylus/sone/text/SonePartTest.kt b/src/test/kotlin/net/pterodactylus/sone/text/SonePartTest.kt index 361bd19..31fca48 100644 --- a/src/test/kotlin/net/pterodactylus/sone/text/SonePartTest.kt +++ b/src/test/kotlin/net/pterodactylus/sone/text/SonePartTest.kt @@ -16,7 +16,7 @@ class SonePartTest { private val sone = mock() init { - `when`(sone.profile).thenReturn(mock()) + `when`(sone.profile).thenReturn(mock()) `when`(sone.name).thenReturn("sone") }