Skip to content

Commit 9d3cb53

Browse files
committed
Update wasm module root test
1 parent de69c8c commit 9d3cb53

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/actions/rollup.integration.test.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,7 @@ describe('WASM module root', () => {
9696
});
9797
await client.waitForTransactionReceipt({ hash: txHash });
9898
}
99-
const initialWasmModuleRoot =
100-
'0x72840597da3368592963481cf305d9a7571b97844338f703a2db15c856c96811';
101-
102-
expect(await getWasmModuleRoot(client, { rollupAdminLogic: l3Rollup })).toEqual(
103-
initialWasmModuleRoot,
104-
);
99+
const initialWasmModuleRoot = await getWasmModuleRoot(client, { rollupAdminLogic: l3Rollup });
105100

106101
await changeWasmModuleRoot(constants.HashZero);
107102
expect(await getWasmModuleRoot(client, { rollupAdminLogic: l3Rollup })).toEqual(

0 commit comments

Comments
 (0)