[rubygems/rubygems] Fix rubocop violations

https://github.com/rubygems/rubygems/commit/cc12e68637
This commit is contained in:
Peter Zhu 2022-11-03 14:54:14 -04:00 committed by git
parent b228effd0c
commit 33bc398b73
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ class TestGemPlatform < Gem::TestCase
def test_initialize
test_cases = {
"amd64-freebsd6" => ["amd64", "freebsd", "6"],
"java" => [nil, "java", nil],
"amd64-freebsd6" => ["amd64", "freebsd", "6"],
"java" => [nil, "java", nil],
"jruby" => [nil, "java", nil],
"universal-dotnet" => ["universal", "dotnet", nil],
"universal-dotnet2.0" => ["universal", "dotnet", "2.0"],