Skip to content

Commit

Permalink
feat: extracted validation
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Oct 14, 2024
1 parent b67a908 commit 7786d97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('KMSVeChainSigner', () => {
{} as unknown as string,
{} as unknown as Record<string, unknown>
)
).rejects.toThrow(SignerMethodError);
).rejects.toThrow(JSONRPCInvalidParams);
});
});
});

0 comments on commit 7786d97

Please sign in to comment.