Skip to content

Commit

Permalink
fix eth pkp wallet creation unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoAmura committed Feb 14, 2024
1 parent 479c7e2 commit 97087f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pkp-client/src/lib/wallet-factory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('WalletFactory', () => {
},
};

expect(WalletFactory.createWallet('eth', ethProp)).toThrowError(
expect(() => WalletFactory.createWallet('eth', ethProp)).toThrowError(
'controllerAuthSig and authContext are defined, can only use one or the other'
);
});
Expand Down

0 comments on commit 97087f2

Please sign in to comment.