Skip to content

Commit

Permalink
Fix rubocop violations
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Nov 3, 2022
1 parent 5381c6a commit cc12e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rubygems/test_gem_platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ def test_self_new

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"],
Expand Down

0 comments on commit cc12e68

Please sign in to comment.