Skip to content

Commit

Permalink
adjust lib delivery test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Jul 30, 2024
1 parent 8165df4 commit 5b095af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/lib/delivery/src/UserProfile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,9 @@ describe('UserProfile', () => {
const singedUserProfile = await signProfile(emptyProfile);

await submitUserProfile(
{ resolveName: () => SENDER_ADDRESS } as any,
getAccount,
setAccount,
SENDER_NAME,
SENDER_ADDRESS,
singedUserProfile,
'my-secret',
);
Expand Down

0 comments on commit 5b095af

Please sign in to comment.