We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725bde9 commit 02e942bCopy full SHA for 02e942b
git/test/performance/test_streams.py
@@ -80,7 +80,7 @@ def test_large_data_streaming(self, rwrepo):
80
elapsed_readchunks = time() - st
81
82
stream.seek(0)
83
- assert ''.join(chunks) == stream.getvalue()
+ assert b''.join(chunks) == stream.getvalue()
84
85
cs_kib = cs / 1000
86
print("Read %i KiB of %s data in %i KiB chunks from loose odb in %f s ( %f Read KiB / s)"
0 commit comments