Minor in JS backend tests: use checkFooBoxIsOk instead of fooBoxIsValue

This commit is contained in:
Zalim Bashorov
2015-06-03 17:40:47 +03:00
parent 92457543bc
commit 9d32f5e8ed
16 changed files with 32 additions and 34 deletions
@@ -5,5 +5,6 @@ fun MyController(`$scope`: String): String {
}
fun box(): String {
return MyController("world")
}
assertEquals("Hello world!", MyController("world"))
return "OK"
}