it('should query for movie using id', () => {
    movie(null, { id: '1' })

    expect(db.one.mock.calls[0][0]).toMatchSnapshot()
  })