it('should get total movies per year', () => {
    moviesPerYear(null, {})

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