fun box(): String { val result = runTest{minByTest { it }} if (result != 1) return "test1: ${result}" return "OK" }