Renamed one class in Kotlin module

This commit is contained in:
Predrag Maric 2017-02-01 01:49:35 +01:00
parent 46b3680f62
commit 28cbdeb4a9

View File

@ -5,7 +5,7 @@ import org.junit.Test
import kotlin.test.assertEquals
class KotlinScalaInteroperabilityTest {
class KotlinJavaInteroperabilityTest {
@Test
fun givenLowercaseString_whenExecuteMethodFromJavaStringUtils_shouldReturnStringUppercase() {