Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 618f819

Browse files
authored
Refine range for verification E2E test (#273)
1 parent ec87d31 commit 618f819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/test/verification.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe("During the verification phase", () => {
1818

1919
describe("With increasing call stack size", () => {
2020
describe("With zero sibling stacks", () => {
21-
[0, 2, 4, 8].forEach((depth) => {
21+
[0, 2, 4, 6, 8, 10].forEach((depth) => {
2222
test(`Sender can run verification with ${depth} recursive calls`, async () => {
2323
const response = await client.sendUserOperation(
2424
acc.recursiveCall(depth, 0, 0)

0 commit comments

Comments
 (0)