Fix typo s/:heigh/:height/

This commit is contained in:
Ryuta Kamizono 2019-10-03 15:42:47 +09:00
parent cd619a988d
commit 52132133aa
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ class ActiveStorage::Analyzer::ImageAnalyzerTest < ActiveSupport::TestCase
metadata = extract_metadata_from(blob)
assert_nil metadata[:width]
assert_nil metadata[:heigh]
assert_nil metadata[:height]
end
end