mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-11 07:56:50 +02:00
fix: remove duplicate pubkey property in test
This commit is contained in:
@@ -70,7 +70,6 @@ describe("PublishSpellAction", () => {
|
||||
accountManager.active = {
|
||||
pubkey: "pubkey",
|
||||
signer: mockSigner,
|
||||
pubkey: "pubkey",
|
||||
};
|
||||
|
||||
const spell: LocalSpell = {
|
||||
|
||||
Reference in New Issue
Block a user