Skip to content

Commit

Permalink
fix python2/3 issue in test
Browse files Browse the repository at this point in the history
  • Loading branch information
harelba committed Sep 13, 2020
1 parent e85c4c5 commit e11c3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-suite
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ class UserFunctionTests(AbstractQTestCase):
self.assertEqual(len(o),1)
self.assertEqual(len(e),0)

self.assertEqual(o[0],'1479.7015464838,1569.4604964764')
self.assertEqual(o[0],six.b('1479.7015464838,1569.4604964764'))

self.cleanup(tmpfile)

Expand Down

0 comments on commit e11c3a1

Please sign in to comment.