diff --git a/Library/Homebrew/test/locale_spec.rb b/Library/Homebrew/test/locale_spec.rb index 8cd7d9938d..3b627c7705 100644 --- a/Library/Homebrew/test/locale_spec.rb +++ b/Library/Homebrew/test/locale_spec.rb @@ -53,7 +53,7 @@ describe Locale do it { is_expected.to include("zh") } it { is_expected.to include("zh-CN") } it { is_expected.to include("CN") } - it { is_expected.to include("CN-Hans") } + it { is_expected.to include("Hans-CN") } it { is_expected.to include("Hans") } it { is_expected.to include("zh-Hans-CN") } end