From dc870d2620a2f10c6b00589d4d06fe2feb7c329b Mon Sep 17 00:00:00 2001 From: Peter Portante Date: Wed, 29 May 2013 23:10:40 -0400 Subject: Remove duplicate class names. Change-Id: I7ef76b66beee1392d4e11544cc74de12a81e742a Signed-off-by: Peter Portante Reviewed-on: http://review.gluster.org/5115 Reviewed-by: Peter Portante Tested-by: Peter Portante --- test/unit/common/test_constraints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/common/test_constraints.py') diff --git a/test/unit/common/test_constraints.py b/test/unit/common/test_constraints.py index a6d21d8..e2769ab 100644 --- a/test/unit/common/test_constraints.py +++ b/test/unit/common/test_constraints.py @@ -40,7 +40,7 @@ def mock_check_mount_err(*args, **kwargs): return False -class TestUtils(unittest.TestCase): +class TestConstraints(unittest.TestCase): """ Tests for common.constraints """ def tearDown(self): -- cgit