Skip to content

Commit 4f164e7

Browse files
committed
update test
1 parent 79174f4 commit 4f164e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/toBeProductOf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[0, -1, 0, fn (int $i): int => $i * 2],
99
[0, 0, 0, fn (int $i): int => $i * 2],
1010
[3715891200, 1, 10, fn (int $i): int => $i * 2],
11-
[0, 10, 0, fn (int $i): int => $i * 2],
11+
[3715891200, 10, 1, fn (int $i): int => $i * 2],
1212
[362880, 2, 10, function (int $i): int {
1313
return $i - 1;
1414
}],

0 commit comments

Comments
 (0)