Update backend/src/middleware/notifications/notificationsMiddleware.spec.js

Co-Authored-By: mattwr18 <mattwr18@gmail.com>
This commit is contained in:
Wolfgang Huß 2020-01-24 10:27:32 +01:00 committed by GitHub
parent 953cbb147a
commit 8bfbec7348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -683,7 +683,7 @@ describe('notifications', () => {
describe('comment', () => {
beforeEach(async () => {
commentContent = 'Commenters comment.'
commentContent = 'Commenter's comment.'
commentAuthor = await neode.create('User', {
id: 'commentAuthor',
name: 'Mrs Comment',