Skip to content

Commit 88bc381

Browse files
committed
blobby test fix from next
1 parent be8b798 commit 88bc381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yarn-project/end-to-end/src/e2e_multiple_blobs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('e2e_multiple_blobs', () => {
6565
defaultAccountAddress,
6666
true,
6767
),
68-
contract.methods.emit_public(Fr.random()),
68+
contract.methods.emit_full_size_public_log(Fr.random()),
6969
]),
7070
];
7171

0 commit comments

Comments
 (0)