Minor in JS backend tests: use checkFooBoxIsOk instead of fooBoxIsValue
This commit is contained in:
@@ -8,5 +8,6 @@ class Foo(val postfix: String) {
|
||||
|
||||
fun box(): String {
|
||||
val a = Foo(" world!")
|
||||
return a("hello")
|
||||
}
|
||||
assertEquals("hello world!", a("hello"))
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user