Skip to content

Commit 36e210b

Browse files
committed
Fix spacing.
1 parent 10545a9 commit 36e210b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/CLI/modules/vs/vs_create_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ def test_create_like_flavor(self, confirm_mock):
485485
'networkComponents': [{'maxSpeed': 100}]},)
486486
self.assert_called_with('SoftLayer_Virtual_Guest', 'generateOrderTemplate', args=args)
487487

488-
489488
@mock.patch('SoftLayer.CLI.formatting.confirm')
490489
def test_create_like_transient(self, confirm_mock):
491490
mock = self.set_mock('SoftLayer_Virtual_Guest', 'getObject')

0 commit comments

Comments
 (0)