add software tests for two notifications bug

This commit is contained in:
Kapil Jain 2019-10-30 22:03:52 -04:00
parent 063ff17d8b
commit c21ad2244f

View File

@ -443,7 +443,7 @@ describe('notifications', () => {
it('sends only one notification with reason mentioned_in_comment', async () => {
postAuthor = await instance.create('User', {
id: 'postAuthor',
id: 'MrPostAuthor',
name: 'Mr Author',
slug: 'mr-author',
email: 'post-author@example.org',