Skip to content

Commit

Permalink
Use a smaller length for GeometryWriteTestCase()
Browse files Browse the repository at this point in the history
  • Loading branch information
dcantrell committed Apr 23, 2019
1 parent 1c94ec2 commit 7c55fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parted_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def runTest(self):
class GeometryWriteTestCase(RequiresDevice):
def setUp(self):
RequiresDevice.setUp(self)
self.geom = parted.Geometry(self.device, start=100, length=500)
self.geom = parted.Geometry(self.device, start=100, length=250)

def runTest(self):
self._device.open()
Expand Down

0 comments on commit 7c55fa2

Please sign in to comment.