Protection against "<caret>" missing in test data
Many incorrect tests fixed
This commit is contained in:
@@ -5,7 +5,7 @@ import java.util.*
|
||||
|
||||
fun foo(list: List<String>): String? {
|
||||
val random = Random()
|
||||
for (s in list) {
|
||||
<caret>for (s in list) {
|
||||
if (random.nextBoolean()) {
|
||||
return s
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user