Skip to content

Commit

Permalink
updated testSearchingVuFindPhraseSearch assert num
Browse files Browse the repository at this point in the history
  • Loading branch information
verbalhanglider committed Jun 5, 2018
1 parent d3af35c commit 56f5a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_spec.py
Expand Up @@ -116,7 +116,7 @@ def testSearchingVuFindWithPhraseSearch(self):
searcher = SolrIndexSearcher(
SOLR_INDEX, 'ole')
results = searcher.search('Social scientist', field='245', subfields=['a'], phrase_search=True)
self.assertEqual(len(results), 120)
self.assertEqual(len(results), 119)


def testSearchingOleIndex(self):
Expand Down

0 comments on commit 56f5a3f

Please sign in to comment.