Skip to content

Commit

Permalink
fix(test): test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zone-live committed Nov 7, 2023
1 parent 0c358a2 commit 42c96fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ describe("CustodyKeyring", () => {
} as unknown as MetamaskTransaction;

await expect(custodyKeyring.signTransaction(fromAddress, ethTx, txMeta)).rejects.toThrowError(
"This network 777 is not supported by Jupiter",
"This network 777 is not configured or supported by Jupiter",
);
});

Expand Down

0 comments on commit 42c96fd

Please sign in to comment.