Skip to content

Commit

Permalink
Fixed failing rubocop test
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Jun <jjun@pivotal.io>
  • Loading branch information
pivotal-pmital authored and Pivotal-Jeff-Jun committed Apr 23, 2020
1 parent 5cba580 commit 6851d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lib/license_finder/package_managers/go_package_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ module LicenseFinder
context 'when the version includes +incompatible string' do
let(:options) do
{
'ImportPath' => 'github.com/pivotal/spec_name',
'Rev' => '4326c3435332d06b410a2672d28d1343c4059fae+incompatible'
'ImportPath' => 'github.com/pivotal/spec_name',
'Rev' => '4326c3435332d06b410a2672d28d1343c4059fae+incompatible'
}
end

Expand Down

0 comments on commit 6851d7a

Please sign in to comment.