mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Update comments
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e6d49f7f04
commit
94ec376912
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue