Minor test change
This commit is contained in:
parent
533d6f09e8
commit
ff17114514
@ -44,7 +44,7 @@ class WhooshIndexTestCase(TestCase):
|
|||||||
("George", [1], ["But N"]),
|
("George", [1], ["But N"]),
|
||||||
("George", [2], []),
|
("George", [2], []),
|
||||||
("George", [1, 2], ["But N"]),
|
("George", [1, 2], ["But N"]),
|
||||||
("But not", [], ["But N"]),
|
("not for me", [], ["But N"]),
|
||||||
("Gershwin", [], ["Best ", "But N"]),
|
("Gershwin", [], ["Best ", "But N"]),
|
||||||
("composer:Gershwin", [], ["But N"]),
|
("composer:Gershwin", [], ["But N"]),
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user