Skip to content

Commit

Permalink
Update wasm module root test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Sep 27, 2024
1 parent 78cc2c1 commit a05b794
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/actions/rollup.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,7 @@ describe('WASM module root', () => {
});
await client.waitForTransactionReceipt({ hash: txHash });
}
const initialWasmModuleRoot =
'0x72840597da3368592963481cf305d9a7571b97844338f703a2db15c856c96811';

expect(await getWasmModuleRoot(client, { rollupAdminLogic: l3Rollup })).toEqual(
initialWasmModuleRoot,
);
const initialWasmModuleRoot = await getWasmModuleRoot(client, { rollupAdminLogic: l3Rollup });

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

0 comments on commit a05b794

Please sign in to comment.