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

Commit

Permalink
test: fix test to use UuidV4 type name
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Oct 18, 2023
1 parent e6ba8a3 commit 94c82cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc-handler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('keyringRpcDispatcher', () => {
};

await expect(handleKeyringRequest(keyring, request)).rejects.toThrow(
'At path: params.id -- Expected a string, but received: undefined',
'At path: params.id -- Expected a value of type `UuidV4`, but received: `undefined`',
);
});

Expand Down

0 comments on commit 94c82cf

Please sign in to comment.