diff --git a/lib/tests/locks.py b/lib/tests/locks.py index e513c2943..c7ca61bd6 100644 --- a/lib/tests/locks.py +++ b/lib/tests/locks.py @@ -10,7 +10,7 @@ import unittest from entropy.locks import SimpleFileLock, EntropyResourcesLock -class EntropyRepositoryTest(unittest.TestCase): +class EntropyLocksTest(unittest.TestCase): def test_simple_lock(self): sfl = SimpleFileLock