tests/test-cbor.py
changeset 37899 2b3b6187c316
parent 37711 65a23cc8e75b
child 39411 aeb551a3bb8a
--- a/tests/test-cbor.py	Fri Apr 27 11:06:49 2018 -0400
+++ b/tests/test-cbor.py	Fri Apr 27 11:07:24 2018 -0400
@@ -69,7 +69,7 @@
 
         dest = b''.join(cborutil.streamencodeindefinitebytestring(
             source, chunksize=42))
-        self.assertEqual(cbor.loads(dest), b''.join(source))
+        self.assertEqual(cbor.loads(dest), source)
 
     def testreadtoiter(self):
         source = io.BytesIO(b'\x5f\x44\xaa\xbb\xcc\xdd\x43\xee\xff\x99\xff')