From 9bb0a3e0afb610817a12c036e3f117a385f4a1d6 Mon Sep 17 00:00:00 2001 From: Toni Tabak Date: Tue, 4 Oct 2022 17:32:28 +0200 Subject: [PATCH] fix: remove status_data as it is optional response parameter --- __tests__/defaultProvider.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/__tests__/defaultProvider.test.ts b/__tests__/defaultProvider.test.ts index 12787eae1..32b29eac6 100644 --- a/__tests__/defaultProvider.test.ts +++ b/__tests__/defaultProvider.test.ts @@ -245,7 +245,6 @@ describe('defaultProvider', () => { expect(receipt).toHaveProperty('transaction_hash'); expect(receipt).toHaveProperty('status'); - expect(receipt).toHaveProperty('status_data'); expect(receipt).toHaveProperty('messages_sent'); expect(receipt).toHaveProperty('l1_origin_message'); expect(receipt).toHaveProperty('events');