Committed a stupid.
This commit is contained in:
parent
d51fbe51e0
commit
5046d3a669
|
@ -114,8 +114,6 @@ class TestLookupService(BaseTest):
|
|||
results = LookupService.lookup(workflow, "AllTheNames", "1 (!-Something", limit=10)
|
||||
self.assertEquals("1 Something", results[0].label, "special characters don't flake out")
|
||||
|
||||
results = LookupService.lookup(workflow, "AllTheNames", "Dan Funk (dhf", limit=10)
|
||||
self.assertEquals(results)
|
||||
|
||||
|
||||
# 1018 10000 Something Industry
|
||||
|
|
Loading…
Reference in New Issue