Skip to content

Commit

Permalink
test: assert is able to decode deployed core contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Dec 20, 2023
1 parent 737175c commit ee46335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/createRollup.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ it(`successfully deploys core contracts through rollup creator`, async () => {
);

expect(txReceipt.status).toEqual('success');
expect(txReceipt.getCoreContracts()).not.toThrowError();
});

0 comments on commit ee46335

Please sign in to comment.