From 5e407177d5af49a367e80fd06c2596202e0b051d Mon Sep 17 00:00:00 2001 From: spsjvc Date: Wed, 20 Dec 2023 19:34:53 +0100 Subject: [PATCH] nice --- src/createRollup.integration.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/createRollup.integration.test.ts b/src/createRollup.integration.test.ts index b221163c..8cb400d9 100644 --- a/src/createRollup.integration.test.ts +++ b/src/createRollup.integration.test.ts @@ -63,8 +63,9 @@ it(`successfully deploys core contracts through rollup creator`, async () => { expect(arg.config).toEqual(config); expect(arg.batchPoster).toEqual(batchPoster); expect(arg.validators).toEqual(validators); - expect(arg.nativeToken).toEqual(zeroAddress); expect(arg.maxDataSize).toEqual(104_857n); + expect(arg.nativeToken).toEqual(zeroAddress); + expect(arg.deployFactoriesToL2).toEqual(true); expect(arg.maxFeePerGasForRetryables).toEqual(parseGwei('0.1')); // get the transaction receipt after waiting for the transaction to complete