Skip to content

Commit 79bd3b8

Browse files
committed
Fix 'Initialization' test case name
1 parent 62ddd97 commit 79bd3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from SoftLayer import transports
1313

1414

15-
class Inititialization(testing.TestCase):
15+
class Initialization(testing.TestCase):
1616
def test_init(self):
1717
client = SoftLayer.Client(username='doesnotexist',
1818
api_key='issurelywrong',

0 commit comments

Comments
 (0)