Remove commented out code sections

These were left over from the refactor.
This commit is contained in:
Alex Kavanagh
2020-08-20 11:15:16 +01:00
parent 5ad5f85f99
commit 056e29cbdc

View File

@@ -88,7 +88,6 @@ class TestUpgradeUtils(ut_utils.BaseTestCase):
expected)
def test_get_upgrade_groups(self):
# expected = collections.OrderedDict([
expected = [
('Database Services', []),
('Stateful Services', []),
@@ -104,7 +103,6 @@ class TestUpgradeUtils(ut_utils.BaseTestCase):
expected)
def test_get_series_upgrade_groups(self):
# expected = collections.OrderedDict([
expected = [
('Database Services', ['mydb']),
('Stateful Services', []),