From b04397a6426e48b3a04897288963b93de867176d Mon Sep 17 00:00:00 2001 From: arunmani Date: Fri, 10 Mar 2017 03:49:26 -0500 Subject: [PATCH] Test review bug fix Closes-Bug: #1671156 Change-Id: Icf43b6a34a48405666edda2451e45adb79057c71 --- nova-powervc/test/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova-powervc/test/test_utils.py b/nova-powervc/test/test_utils.py index 4863edb..83378f7 100644 --- a/nova-powervc/test/test_utils.py +++ b/nova-powervc/test/test_utils.py @@ -6,7 +6,7 @@ import powervc.utils as utils_to_test class UtilsTest(testtools.TestCase): """ - Class UtilsTest is used to provide testcases for + UtilsTest class is used to provide testcases for powervc/utils.py """