diff options
-rw-r--r-- | pym/portage/tests/resolver/test_depclean.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/tests/resolver/test_depclean.py b/pym/portage/tests/resolver/test_depclean.py index 4ea24e728..f3ff62f56 100644 --- a/pym/portage/tests/resolver/test_depclean.py +++ b/pym/portage/tests/resolver/test_depclean.py @@ -120,7 +120,7 @@ class DepcleanWithInstalledMaskedTestCase(TestCase): class DepcleanWithExcludeTestCase(TestCase): - def testepcleanWithExclude(self): + def testDepcleanWithExclude(self): installed = { "dev-libs/A-1": {}, @@ -168,7 +168,7 @@ class DepcleanWithExcludeTestCase(TestCase): class DepcleanWithExcludeAndSlotsTestCase(TestCase): - def testepcleanWithExcludeAndSlots(self): + def testDepcleanWithExcludeAndSlots(self): installed = { "dev-libs/Z-1": { "SLOT": 1}, |