Update backend/src/schema/resolvers/users/blockedUsers.spec.js

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

View File

@ -20,7 +20,7 @@ beforeEach(() => {
return { return {
user: authenticatedUser, user: authenticatedUser,
driver, driver,
neode: neode, neode,
cypherParams: { cypherParams: {
currentUserId: authenticatedUser ? authenticatedUser.id : null, currentUserId: authenticatedUser ? authenticatedUser.id : null,
}, },