Skip to content

Commit 71da6ff

Browse files
committed
Fix incorrectly named test
1 parent 48e3a54 commit 71da6ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/delegation-toolkit/test/toMetaMaskSmartAccount.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ describe('MetaMaskSmartAccount', () => {
186186
expect(recovered).to.equal(alice.address);
187187
});
188188

189-
it('signs a user operation for MultiSig implementation', async () => {
189+
it('signs a user operation for Hybrid implementation', async () => {
190190
const smartAccount = await toMetaMaskSmartAccount({
191191
client,
192192
implementation: Implementation.Hybrid,

0 commit comments

Comments
 (0)