From a931c1a358d65b40a3dfbefb50ee5123379edff6 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Mon, 9 Dec 2024 15:31:54 -0300 Subject: [PATCH] Fix integration l1 publisher test --- .../end-to-end/src/composed/integration_l1_publisher.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn-project/end-to-end/src/composed/integration_l1_publisher.test.ts b/yarn-project/end-to-end/src/composed/integration_l1_publisher.test.ts index 7cb1f4a580c1..d44b65c2024e 100644 --- a/yarn-project/end-to-end/src/composed/integration_l1_publisher.test.ts +++ b/yarn-project/end-to-end/src/composed/integration_l1_publisher.test.ts @@ -590,14 +590,14 @@ describe('L1Publisher integration', () => { // Test first call expect(loggerErrorSpy).toHaveBeenNthCalledWith( 1, - expect.stringMatching(/^L1 Transaction 0x[a-f0-9]{64} reverted$/), + expect.stringMatching(/^L1 transaction 0x[a-f0-9]{64} reverted$/i), ); // Test second call expect(loggerErrorSpy).toHaveBeenNthCalledWith( 2, expect.stringMatching( - /^Rollup process tx reverted\. The contract function "propose" reverted\. Error: Rollup__InvalidInHash/, + /^Rollup process tx reverted\. The contract function "propose" reverted\. Error: Rollup__InvalidInHash/i, ), undefined, expect.objectContaining({