Skip to content

Commit ec3bf7e

Browse files
committed
Fixes copy/paste mistake, the best kind of mistake
1 parent 762a88a commit ec3bf7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SoftLayer/tests/CLI/modules/summary_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
from SoftLayer.CLI.helpers import format_output
1111

1212

13-
class HelpTests(unittest.TestCase):
13+
class SummaryTests(unittest.TestCase):
1414
def setUp(self):
1515
self.client = FixtureClient()
1616

17-
def test_help(self):
17+
def test_summary(self):
1818
command = summary.Summary(client=self.client, env=Environment())
1919

2020
output = command.execute({})

0 commit comments

Comments
 (0)