Commit a0360090 authored by Tim Peters's avatar Tim Peters

Oops! Call the right routine (typo in code just checked in).

parent 94b452e8
......@@ -317,7 +317,7 @@ class OkapiIndexTests(ZCIndexTestsBase, testIndex.OkapiIndexTest):
for variant in "one xyz", "xyz two three", "abc def":
self.zc_index.index_object(len(docs), Indexable(variant))
try:
self._checkRelativeScores()
self._checkAbsoluteScores()
except AssertionError:
pass
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment