mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
add software tests for two notifications bug
This commit is contained in:
parent
063ff17d8b
commit
c21ad2244f
@ -443,7 +443,7 @@ describe('notifications', () => {
|
|||||||
|
|
||||||
it('sends only one notification with reason mentioned_in_comment', async () => {
|
it('sends only one notification with reason mentioned_in_comment', async () => {
|
||||||
postAuthor = await instance.create('User', {
|
postAuthor = await instance.create('User', {
|
||||||
id: 'postAuthor',
|
id: 'MrPostAuthor',
|
||||||
name: 'Mr Author',
|
name: 'Mr Author',
|
||||||
slug: 'mr-author',
|
slug: 'mr-author',
|
||||||
email: 'post-author@example.org',
|
email: 'post-author@example.org',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user