Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mosmartin committed Jul 13, 2023
1 parent bbbb8f7 commit 77cee73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ describe('Sample Method', () => {
ccm.crossChainCommand,
ccm.receivingChainID,
ccm.fee,
ccm.status,
ccm.params,
ccm.status,
),
).rejects.toThrow('Timestamp must be provided in mainchain context.');
});
Expand Down

0 comments on commit 77cee73

Please sign in to comment.