Skip to content

Commit 6464fb8

Browse files
committed
fix tox removing blank line #1346
1 parent 1c95121 commit 6464fb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/managers/ordering_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,4 +841,3 @@ def test_resolve_location_name_invalid(self):
841841
def test_resolve_location_name_not_exist(self):
842842
exc = self.assertRaises(exceptions.SoftLayerError, self.ordering.resolve_location_name, "UNKNOWN_LOCATION_TEST")
843843
self.assertIn("does not exist", str(exc))
844-

0 commit comments

Comments
 (0)