Profile / Thread styles
This commit is contained in:
@ -52,7 +52,7 @@ describe("deletion", () => {
|
||||
// After the text note has been published, delete it.
|
||||
const deletion = await createDeletion(
|
||||
{ events: [textNoteId] },
|
||||
publisherSecret
|
||||
publisherSecret,
|
||||
)
|
||||
deletionId = deletion.id
|
||||
publisher.publish({
|
||||
@ -66,7 +66,7 @@ describe("deletion", () => {
|
||||
subscriber.subscribe([])
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
)
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user