Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Oops! Call the right routine (typo in code just checked in).
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Peters committed May 19, 2002
1 parent 215f48f commit dc5dad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testZCTextIndex.py
Expand Up @@ -317,7 +317,7 @@ def testAbsoluteScores(self):
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:
Expand Down

0 comments on commit dc5dad8

Please sign in to comment.