From d080db0d3b63d6fb239adc0db656fdd2461a4876 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 9 Dec 2013 14:21:05 +0100 Subject: [PATCH] [tests] locks: fix test class name --- lib/tests/locks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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