fix: call store.event

This commit is contained in:
P. Reis 2025-03-04 11:42:42 -03:00
parent c5fdc97e58
commit aa1311ccae

View file

@ -56,7 +56,7 @@ Deno.test('Admin revokes nip05 grant and nip05 column gets null', async () => {
const metadata: NostrMetadata = { nip05: 'alex@gleasonator.dev' }; const metadata: NostrMetadata = { nip05: 'alex@gleasonator.dev' };
const event = genEvent({ kind: 0, content: JSON.stringify(metadata) }, alex); const event = genEvent({ kind: 0, content: JSON.stringify(metadata) }, alex);
await store.updateAuthorData(event); await store.event(event);
const adminDeletion = await conf.signer.signEvent({ const adminDeletion = await conf.signer.signEvent({
kind: 5, kind: 5,