Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
raress96 committed Aug 23, 2024
1 parent 267be8f commit 08781c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ describe('CrossChainTransactionProcessor', () => {
expect(gatewayContract.decodeSignersRotatedEvent).toHaveBeenCalledWith(transaction.logs.events[2]);
expect(grpcService.verifyVerifierSet).toHaveBeenCalledTimes(1);
expect(grpcService.verifyVerifierSet).toHaveBeenCalledWith(
'txHash-2',
'0xtxHash-2',
expect.anything(),
expect.anything(),
expect.anything(),
Expand Down

0 comments on commit 08781c3

Please sign in to comment.