it('should one for movie using IMDb id', () => {
    movie(null, { id: 'tt1234567' })

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