Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
oana-lolea committed Nov 5, 2024
1 parent 24c55c4 commit 0582c3a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,8 @@ describe('Wallet Address Resolvers', (): void => {
scale: walletAddress.asset.scale
},
url: walletAddress.url,
publicName: publicName ?? null
publicName: publicName ?? null,
additionalProperties: []
})
}
)
Expand Down

0 comments on commit 0582c3a

Please sign in to comment.