nip18: tweak test data.

This commit is contained in:
Asai Toshiya 2025-01-23 20:03:52 +09:00 committed by GitHub
parent 1e5bfe856b
commit 548abb5d4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 5 deletions

View File

@ -108,11 +108,7 @@ describe('finishRepostEvent', () => {
const repostedEvent = finalizeEvent( const repostedEvent = finalizeEvent(
{ {
kind: ShortTextNote, kind: ShortTextNote,
tags: [ tags: [['-']],
['e', 'replied event id'],
['p', 'replied event pubkey'],
['-'],
],
content: 'Replied to a post', content: 'Replied to a post',
created_at: 1617932115, created_at: 1617932115,
}, },