Skip to content

Commit e9d399f

Browse files
committed
Wrap long lines
1 parent 08d5ce0 commit e9d399f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_volume.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ def test_create_snapshot(self):
141141
self.resource['snapshot']['description'])
142142
self.assertEqual(self.snapshot1['properties']['location'], configuration.LOCATION)
143143
self.assertIsNone(self.snapshot1['properties']['size'])
144-
self.assertEqual(self.snapshot1['properties']['licenceType'], self.image['properties']['licenceType'])
144+
self.assertEqual(self.snapshot1['properties']['licenceType'],
145+
self.image['properties']['licenceType'])
145146

146147
def test_restore_snapshot(self):
147148
response = self.client.restore_snapshot(

0 commit comments

Comments
 (0)