def test_from_queryable_dict(self, m_fqv):
     """Run CommonName.from_queryable_values with params from dict."""
     CommonName.from_queryable_dict(d={'Common Name': 'Foxglove',
                                       'Index': 'Perennial'})
     m_fqv.assert_called_with(name='Foxglove', index='Perennial')