summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_local.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_local.py')
-rw-r--r--tests/unit/test_local.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_local.py b/tests/unit/test_local.py
index 7031e6f..4806038 100644
--- a/tests/unit/test_local.py
+++ b/tests/unit/test_local.py
@@ -16,9 +16,9 @@
# under the License.
import eventlet
-import testtools
from openstack.common import local
+from tests import utils
class Dict(dict):
@@ -26,7 +26,7 @@ class Dict(dict):
pass
-class LocalStoreTestCase(testtools.TestCase):
+class LocalStoreTestCase(utils.BaseTestCase):
v1 = Dict(a='1')
v2 = Dict(a='2')
v3 = Dict(a='3')