Skip to content

Commit 058c5ed

Browse files
Merge pull request #1043 from camporter/fix_initialization_test_name
Fix 'Initialization' test case name
2 parents 62ddd97 + 79bd3b8 commit 058c5ed

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)