[tests] locks: fix test class name

This commit is contained in:
Fabio Erculiani
2013-12-09 14:21:05 +01:00
parent bf3a8b79f9
commit d080db0d3b
+1 -1
View File
@@ -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