From 2080a4752b0a9e8288548434555151d83f93fd7a Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 21 Dec 2025 12:28:52 +0000 Subject: [PATCH] fix: remove duplicate pubkey property in test --- src/actions/publish-spell.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/actions/publish-spell.test.ts b/src/actions/publish-spell.test.ts index aedc0ea..f9db601 100644 --- a/src/actions/publish-spell.test.ts +++ b/src/actions/publish-spell.test.ts @@ -70,7 +70,6 @@ describe("PublishSpellAction", () => { accountManager.active = { pubkey: "pubkey", signer: mockSigner, - pubkey: "pubkey", }; const spell: LocalSpell = {