From 548abb5d4a2710ba0ab8dfc89973b371678bb94d Mon Sep 17 00:00:00 2001 From: Asai Toshiya Date: Thu, 23 Jan 2025 20:03:52 +0900 Subject: [PATCH] nip18: tweak test data. --- nip18.test.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nip18.test.ts b/nip18.test.ts index 139779b..0144289 100644 --- a/nip18.test.ts +++ b/nip18.test.ts @@ -108,11 +108,7 @@ describe('finishRepostEvent', () => { const repostedEvent = finalizeEvent( { kind: ShortTextNote, - tags: [ - ['e', 'replied event id'], - ['p', 'replied event pubkey'], - ['-'], - ], + tags: [['-']], content: 'Replied to a post', created_at: 1617932115, },