From 3b37dc2480ec5051bf2669882ed3e4ad56033c85 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 16 Oct 2021 11:02:38 -0400 Subject: [PATCH] tests: Adjust test description --- test/uda.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/uda.t b/test/uda.t index ab3f5296c..498642294 100755 --- a/test/uda.t +++ b/test/uda.t @@ -314,7 +314,7 @@ class Test1447(TestCase): self.t = Task() 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('add one') self.t('add two sep:foo')