renamed to avoid confusion with other MapTest in QUnit
This commit is contained in:
@@ -5,7 +5,7 @@ import kotlin.test.*
|
|||||||
import java.util.*
|
import java.util.*
|
||||||
import org.junit.Test as test
|
import org.junit.Test as test
|
||||||
|
|
||||||
class MapTest {
|
class MapJsTest {
|
||||||
|
|
||||||
test fun getOrElse() {
|
test fun getOrElse() {
|
||||||
val data = HashMap<String, Int>()
|
val data = HashMap<String, Int>()
|
||||||
Reference in New Issue
Block a user