Skip to content

Commit 3a5ba7e

Browse files
committed
Change comment
1 parent f0d13e0 commit 3a5ba7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/test/fees-multi-zkprograms.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { TestingAppChain } from "../src";
1010

1111
// This test is designed to check what happens when we have multiple zkPrograms.
1212
// Currently, the hardcoded maximum for methods per zkProgram is 8 (see Runtime.ts).
13-
// We will create 20 runtime methods to ensure 2 zkPrograms are created.
13+
// We will create 20 runtime methods to ensure 3 zkPrograms are created.
1414

1515
@runtimeModule()
1616
class TestModule1 extends RuntimeModule<unknown> {

0 commit comments

Comments
 (0)