Skip to content

Commit f7f41a7

Browse files
authored
Merge pull request rails#46861 from jdufresne/typo-an-a
Fix typo: "an storage" -> "a storage" [ci-skip]
2 parents fa33ba3 + c17c13a commit f7f41a7

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)