Minor test change

This commit is contained in:
Tris Forster 2026-05-24 10:07:05 +10:00
parent 533d6f09e8
commit ff17114514

View File

@ -44,7 +44,7 @@ class WhooshIndexTestCase(TestCase):
("George", [1], ["But N"]),
("George", [2], []),
("George", [1, 2], ["But N"]),
("But not", [], ["But N"]),
("not for me", [], ["But N"]),
("Gershwin", [], ["Best ", "But N"]),
("composer:Gershwin", [], ["But N"]),
]