Merge "Use BaseDbObjectTestCase in AddressScope UT"
This commit is contained in:
commit
9a0d2c46df
@ -22,7 +22,7 @@ class AddressScopeIfaceObjectTestCase(obj_test_base.BaseObjectIfaceTestCase):
|
||||
_test_class = address_scope.AddressScope
|
||||
|
||||
|
||||
class AddressScopeDbObjectTestCase(obj_test_base._BaseObjectTestCase,
|
||||
class AddressScopeDbObjectTestCase(obj_test_base.BaseDbObjectTestCase,
|
||||
testlib_api.SqlTestCase):
|
||||
|
||||
_test_class = address_scope.AddressScope
|
||||
|
Loading…
Reference in New Issue
Block a user