Renamed one class in Kotlin module
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import org.junit.Test
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
|
||||
class KotlinScalaInteroperabilityTest {
|
||||
class KotlinJavaInteroperabilityTest {
|
||||
|
||||
@Test
|
||||
fun givenLowercaseString_whenExecuteMethodFromJavaStringUtils_shouldReturnStringUppercase() {
|
||||
Reference in New Issue
Block a user