nip18: tweak test data.
This commit is contained in:
parent
1e5bfe856b
commit
548abb5d4a
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue