Skip to content

Commit 0a124b3

Browse files
committed
change method name to be multiplatform friendly
1 parent 074ac21 commit 0a124b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-logging-common/src/test/kotlin/mu/internal/MessageInvokerTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import kotlin.test.assertEquals
77
class MessageInvokerTest {
88

99
@Test
10-
fun `toStringSafe checks`() {
10+
fun toStringSafeChecks() {
1111
assertEquals(Unit.toString(), {}.toStringSafe())
1212
assertEquals("null", { null }.toStringSafe())
1313
assertEquals("hi", { "hi" }.toStringSafe())

0 commit comments

Comments
 (0)