mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Added search case sensitivity to test
This commit is contained in:
parent
5a7446bf4f
commit
cdc5b82e3f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class TestDenotate(TestCase):
|
|||
self.assertIn("Found annotation 'gamma' and deleted it.", out)
|
||||
|
||||
# Failed partial match, one annotation
|
||||
code, out, err = self.t.runError("2 denotate AL")
|
||||
code, out, err = self.t.runError("rc.search.case.sensitive=yes 2 denotate AL")
|
||||
self.assertIn("Did not find any matching annotation to be deleted for 'AL'.", out)
|
||||
|
||||
# Exact match, two annotations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue