Skip to content

Commit

Permalink
Altered spelling suggestion test to something a little more consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Nov 22, 2009
1 parent 6a482b5 commit 7ad41bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/solr_tests/tests/solr_backend.py
Expand Up @@ -230,7 +230,7 @@ def setUp(self):
mock.save()

def test_get_spelling(self):
self.sq.add_filter(SQ(content='Indx'))
self.sq.add_filter(SQ(content='Indexy'))
self.assertEqual(self.sq.get_spelling_suggestion(), u'index')
self.assertEqual(self.sq.get_spelling_suggestion('indexy'), u'index')

Expand Down

0 comments on commit 7ad41bd

Please sign in to comment.