it('pre-selects nothing if the passed filter is not first', () => {
    const props = { ...baseProps, filters: { state: 'California' } };
    const wrapper = shallow(<CallToolDrillDown {...props} />);
    expect(toJSON(wrapper)).toMatchSnapshot('CallToolDrillDownWithFilters');
  });