From 2ab150325bb9811284ebb95e37b2e259d67121a0 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Mon, 27 Jan 2014 10:39:20 +0000 Subject: [PATCH] Fix test case name typo This is just a copy-and-paste typo. Change-Id: Ibe350ca650363749f88bbbc115898a8071129415 --- tests/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils.py b/tests/test_utils.py index b79a59866..13210097d 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -17,7 +17,7 @@ from oslo.messaging import _utils as utils from tests import utils as test_utils -class PoolTestCase(test_utils.BaseTestCase): +class VersionIsCompatibleTestCase(test_utils.BaseTestCase): def test_version_is_compatible_same(self): self.assertTrue(utils.version_is_compatible('1.23', '1.23'))