mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Test: Fixed broken test
This commit is contained in:
parent
992cb6369a
commit
91c05ea157
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ class TestDOMDirectReferencesFiltering(TestCase):
|
||||||
|
|
||||||
def test_dom_filter_reference_due(self):
|
def test_dom_filter_reference_due(self):
|
||||||
""" DOM reference on due in filter """
|
""" DOM reference on due in filter """
|
||||||
self.t.export_one("due:1.due")
|
result = self.t.export_one("due:1.due")
|
||||||
self.assertEqual("matching task", result['description'])
|
self.assertEqual("matching task", result['description'])
|
||||||
|
|
||||||
def test_dom_filter_reference_project(self):
|
def test_dom_filter_reference_project(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue