Minor in JS backend tests: use checkFooBoxIsOk instead of fooBoxIsValue
This commit is contained in:
+3
-2
@@ -5,5 +5,6 @@ fun MyController(`$scope`: String): String {
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return MyController("world")
|
||||
}
|
||||
assertEquals("Hello world!", MyController("world"))
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user