Skip to content

Commit 627cf03

Browse files
committed
Update for_each_pair.test.ts
1 parent 8e50748 commit 627cf03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/array/for_each_pair.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ Deno.test(
2626
2
2727
]
2828
})
29+
2930
assertSpyCall(dummyFunctionSpy, 1, {
3031
args: [
3132
2,
3233
3
3334
]
3435
})
36+
3537
assertSpyCall(dummyFunctionSpy, 2, {
3638
args: [
3739
3,

0 commit comments

Comments
 (0)