it('should return database data', async () => {
    const response = await movie(null, { id: '1' })

    expect(response).toEqual('dbData')
  })