Update backend/src/middleware/hashtags/hashtagsMiddleware.spec.js

Co-Authored-By: mattwr18 <mattwr18@gmail.com>
This commit is contained in:
Robert Schäfer 2019-12-06 12:34:24 +01:00 committed by GitHub
parent 77fb948c14
commit df22f2a5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ beforeAll(() => {
context: () => {
return {
user: authenticatedUser,
neode: neode,
neode,
driver,
}
},