Skip to content

Commit

Permalink
Update src/index.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks authored Aug 15, 2021
1 parent d6dbb1b commit 683d551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@ describe('TypedDataUtils.hashType', () => {
);
});

it('should hash unrecognized types', () => {
it('should hash unrecognized non-primary types', () => {
const types = {
Mail: [
{ name: 'from', type: 'Person' },
Expand Down

0 comments on commit 683d551

Please sign in to comment.