tests: Adjust test description

This commit is contained in:
Tomas Babej 2021-10-16 11:02:38 -04:00
parent dec99b0deb
commit 3b37dc2480

View file

@ -314,7 +314,7 @@ class Test1447(TestCase):
self.t = Task() self.t = Task()
def test_filter_uda(self): def test_filter_uda(self):
"""1447: Verify ability to filter on empty UDA""" """1447: Verify ability to filter on empty UDA that resembles named date"""
self.t.config('uda.sep.type', 'string') self.t.config('uda.sep.type', 'string')
self.t('add one') self.t('add one')
self.t('add two sep:foo') self.t('add two sep:foo')