Skip to content

Commit c17c13a

Browse files
committed
Fix typo: "an storage" -> "a storage"
1 parent fa33ba3 commit c17c13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/test/cases/encryption/performance/storage_performance_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def assert_storage_performance(size:, overload_less_than:, quiet: true)
5757

5858
assert\
5959
overload_factor <= overload_less_than,
60-
"Expecting an storage overload of #{overload_less_than} at most for #{size} bytes, but got #{overload_factor} instead"
60+
"Expecting a storage overload of #{overload_less_than} at most for #{size} bytes, but got #{overload_factor} instead"
6161
end
6262

6363
def encryptor

0 commit comments

Comments
 (0)