Skip to content

Commit

Permalink
Update src/ancillary/__tests__/anchor-request-params-parser.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer T Brody <[email protected]>
  • Loading branch information
gvelez17 and stbrody authored Oct 24, 2023
1 parent bd01b20 commit 35a3b90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe('AnchoRequestParamsParser', () => {

const params: RequestAnchorParams = (validation as Right<RequestAnchorParams>).right
expect(params.cacaoDomain).toEqual(FAKE_CACAO)
expect((params as RequestAnchorParamsV2).genesisFields.model?.toString() ?? '').toEqual('')
expect((params as RequestAnchorParamsV2).genesisFields.model).toBeUndefined()
})


Expand Down

0 comments on commit 35a3b90

Please sign in to comment.