Skip to content

Commit

Permalink
fix: remove status_data as it is optional response parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Oct 4, 2022
1 parent 5e69151 commit 9bb0a3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/defaultProvider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 9bb0a3e

Please sign in to comment.