Refactor: rename files.

This commit is contained in:
Ilya Gorbunov
2016-12-05 22:54:54 +03:00
parent d5f5f88cda
commit 2fa98323f1
2 changed files with 1 additions and 1 deletions
@@ -4,7 +4,7 @@ package test.text
import kotlin.test.*
import org.junit.Test
class ParsePrimitivesJVMTest {
class StringNumberConversionTest {
@Test fun toBoolean() {
assertEquals(true, "true".toBoolean())