Fix test data for KT-3285
This commit is contained in:
@@ -26,7 +26,7 @@ class Doggy(): Pet() {
|
|||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
Doggy().play()
|
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"
|
return "OK"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user