Update user ids

This commit is contained in:
Matt Rider 2019-08-06 18:57:27 +02:00
parent 53af29b5a2
commit b8e1ae0a1c

View File

@ -427,6 +427,8 @@ describe('emotions', () => {
}
`
beforeEach(async () => {
userParams.id = 'u1987'
authorParams.id = 'u257'
const someUserNode = await instance.create('User', userParams)
someUser = await someUserNode.toJson()
ownerNode = await instance.create('User', authorParams)