mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix name of the test added by #32613
This commit is contained in:
parent
fb9ed7b0df
commit
e6970c42d5
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@ class TimeZoneTest < ActiveSupport::TestCase
|
|||
assert_not_includes all_zones, galapagos
|
||||
end
|
||||
|
||||
def test_all_not_raises_exception_with_mizzing_tzinfo_data
|
||||
def test_all_doesnt_raise_exception_with_missing_tzinfo_data
|
||||
mappings = {
|
||||
"Puerto Rico" => "America/Unknown",
|
||||
"Pittsburgh" => "America/New_York"
|
||||
|
|
Loading…
Reference in a new issue