summaryrefslogtreecommitdiff
path: root/obnamlib/whole_file_checksummer_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnamlib/whole_file_checksummer_tests.py')
-rw-r--r--obnamlib/whole_file_checksummer_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/whole_file_checksummer_tests.py b/obnamlib/whole_file_checksummer_tests.py
index 473831b9..c11da206 100644
--- a/obnamlib/whole_file_checksummer_tests.py
+++ b/obnamlib/whole_file_checksummer_tests.py
@@ -36,7 +36,7 @@ class WholeFileCheckSummerTests(unittest.TestCase):
chunk_id = None
summer.append_chunk(chunk, chunk_id)
self.assertEqual(
- summer.get_checksum(),
+ summer.get_checksum().encode('hex'),
'5d41402abc4b2a76b9719d911017c592')
def test_computes_checksum_for_sha512(self):