mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Removed unnecessary backslashes in the unit test. It was confusing and testing the wrong thing.
This commit is contained in:
parent
90643635cd
commit
0f3a8073f0
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class TestBug268(TestCase):
|
|||
"""escaped backslashes do not work with 'modify'"""
|
||||
|
||||
self.t(("add", "a", "b", "or", "c"))
|
||||
self.t(("1", "modify", "/a\\ b/a\\/b/"))
|
||||
self.t(("1", "modify", "/a b/a\/b/"))
|
||||
|
||||
code, out, err = self.t(("1", "info"))
|
||||
self.assertIn("a/b or c", out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue