Skip to content

Commit

Permalink
fix: remove optional l1_origin_message from test
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Oct 5, 2022
1 parent 66db154 commit 01050e3
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 @@ -246,7 +246,6 @@ describe('defaultProvider', () => {
expect(receipt).toHaveProperty('transaction_hash');
expect(receipt).toHaveProperty('status');
expect(receipt).toHaveProperty('messages_sent');
expect(receipt).toHaveProperty('l1_origin_message');
expect(receipt).toHaveProperty('events');
});
});
Expand Down

0 comments on commit 01050e3

Please sign in to comment.