Skip to content

Commit

Permalink
Fix unused variable warning
Browse files Browse the repository at this point in the history
```
/Users/deivid/Code/rubygems/rubygems/test/rubygems/test_gem_resolver_installer_set.rb:55: warning: assigned but unused variable - a_1_local
```
  • Loading branch information
deivid-rodriguez committed Aug 4, 2022
1 parent 0b18bf8 commit 9ea4534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rubygems/test_gem_resolver_installer_set.rb
Expand Up @@ -52,7 +52,7 @@ def test_add_always_install_platform
end

def test_add_always_install_index_spec_platform
a_1_local, a_1_local_gem = util_gem "a", 1 do |s|
_, a_1_local_gem = util_gem "a", 1 do |s|
s.platform = Gem::Platform.local
end

Expand Down

0 comments on commit 9ea4534

Please sign in to comment.