diff options
author | Matthew Miller <matthew@millerti.me> | 2022-07-28 09:26:19 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-07-28 09:28:43 -0700 |
commit | 4bcbdca46dfa066e78d7e4654feda7366e29ce73 (patch) | |
tree | f550f7704d466df26b90a8a3ce37834331463d76 /packages/server/src/helpers/decodeAttestationObject.test.ts | |
parent | 9111960ea3c91a5be164b4609b24ba45529b4286 (diff) |
Update some test imports
Diffstat (limited to 'packages/server/src/helpers/decodeAttestationObject.test.ts')
-rw-r--r-- | packages/server/src/helpers/decodeAttestationObject.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/helpers/decodeAttestationObject.test.ts b/packages/server/src/helpers/decodeAttestationObject.test.ts index 6ba29e9..1ba6bd0 100644 --- a/packages/server/src/helpers/decodeAttestationObject.test.ts +++ b/packages/server/src/helpers/decodeAttestationObject.test.ts @@ -1,4 +1,4 @@ -import decodeAttestationObject from './decodeAttestationObject'; +import { decodeAttestationObject } from './decodeAttestationObject'; test('should decode base64url-encoded indirect attestationObject', () => { const decoded = decodeAttestationObject( |