From 94ec37691236f96b7fe6377748589f5b3ced74bf Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 27 Apr 2022 20:52:55 +0300 Subject: [PATCH] Update comments Signed-off-by: Dimitris Zlatanidis --- tests/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils.py b/tests/test_utils.py index dfd5c1cc..f176f213 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -21,7 +21,7 @@ class TestUtils(unittest.TestCase): self.assertListEqual([1, 2, 3, 4, 5], self.utils.remove_dbs(lists)) def test_case_sensitive(self): - """Testing create one dimensional list + """Testing case sensitive """ lists = ['Vlc', 'OpenOffice', 'APScheduler'] dictionary = {'vlc': 'Vlc',