Fix test data for KT-3285

This commit is contained in:
Michael Bogdanov
2014-10-08 09:34:50 +04:00
parent 11d02e5485
commit 41c4c3befd
@@ -26,7 +26,7 @@ class Doggy(): Pet() {
fun box(): String {
Doggy().play()
if (sayResult != "Time to play! Playing with my owner!") return "fail: $result"
if (sayResult != "Time to play! Playing with my owner!") return "fail: $sayResult"
return "OK"
}