aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/blob_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/blob_test.rb b/test/blob_test.rb
index 880c656ecc..b06a1af145 100644
--- a/test/blob_test.rb
+++ b/test/blob_test.rb
@@ -9,7 +9,7 @@ class ActiveStorage::BlobTest < ActiveSupport::TestCase
assert_equal data, blob.download
assert_equal data.length, blob.byte_size
- assert_equal Digest::MD5.hexdigest(data), blob.checksum
+ assert_equal Digest::MD5.base64digest(data), blob.checksum
end
test "urls expiring in 5 minutes" do