From 683d551da53ad30fea88ec3571ee401123e48ec6 Mon Sep 17 00:00:00 2001 From: Erik Marks <25517051+rekmarks@users.noreply.github.com> Date: Sun, 15 Aug 2021 10:38:16 -0700 Subject: [PATCH] Update src/index.test.ts --- src/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.test.ts b/src/index.test.ts index 77ef1de2..b6e36af7 100644 --- a/src/index.test.ts +++ b/src/index.test.ts @@ -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' },