Skip to content

Commit a072eca

Browse files
committed
fix test
1 parent 28bf4d6 commit a072eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/test/shared/utils_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ void main() {
129129
outputs.add(item);
130130
});
131131
expect(outputs, hasLength(100));
132-
expect(outputs.indexOf(10), lessThan(outputs.indexOf(9)));
132+
expect(outputs.indexOf(10), lessThan(outputs.indexOf(11)));
133133
});
134134
});
135135
}

0 commit comments

Comments
 (0)