Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Jan 29, 2024
1 parent dbdbe2e commit f8f9d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/utils/__tests__/parseInvitation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('legacy connectionless', () => {
expect(parsed.toJSON()).toMatchObject({
'@id': expect.any(String),
'@type': 'https://didcomm.org/out-of-band/1.1/invitation',
label: '',
label: undefined,
'requests~attach': [
{
'@id': expect.any(String),
Expand Down Expand Up @@ -159,7 +159,7 @@ describe('legacy connectionless', () => {
expect(parsed.toJSON()).toMatchObject({
'@id': expect.any(String),
'@type': 'https://didcomm.org/out-of-band/1.1/invitation',
label: '',
label: undefined,
'requests~attach': [
{
'@id': expect.any(String),
Expand Down

0 comments on commit f8f9d13

Please sign in to comment.