Change the duplicate class name TestDictMatches in test_matches.py
There are two classes with the same name 'TestDictMatches' ,let's change one to TestIsSubDictOf. Change-Id: I1f1059054070228265bca74cb8aaad2c8d3f8812
This commit is contained in:
@@ -108,7 +108,7 @@ class TestDictListMatches(testtools.TestCase, helpers.TestMatchersInterface):
|
||||
]
|
||||
|
||||
|
||||
class TestDictMatches(testtools.TestCase, helpers.TestMatchersInterface):
|
||||
class TestIsSubDictOf(testtools.TestCase, helpers.TestMatchersInterface):
|
||||
|
||||
matches_matcher = matchers.IsSubDictOf(
|
||||
{'foo': 'bar', 'baz': 'DONTCARE',
|
||||
|
||||
Reference in New Issue
Block a user