fixed test_double_first_item

This commit is contained in:
Tal Einat 2014-05-07 00:21:57 +03:00
parent 1164d30934
commit 8041de0101
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@ class TestGenericSearchBase(object):
self.expectedOutcomes(
self.search('def', 'abcddefg', 0, 1, 0, 1),
[Match(start=4, end=7, dist=0)],
[Match(start=3, end=7, dist=1),
Match(start=4, end=7, dist=0)],
)
def test_missing_second_item(self):