Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Mar 27, 2018
1 parent 34b70f6 commit a9256bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objutils/tests/testRepr.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TestRepr(unittest.TestCase):

def testImageRepresentation(self):
builder = Builder()
builder.addSegment([x % 256 for x in range(10000)])
builder.addSection([x % 256 for x in range(10000)])
builder.joinSections()
self.assertEqual(repr(builder.image), RESULT)

Expand Down

0 comments on commit a9256bf

Please sign in to comment.