Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robaiken committed May 1, 2024
1 parent ea888a9 commit a38e561
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -123,7 +123,8 @@

context "when package is in default index" do
before do
allow(Dependabot::SharedHelpers).to receive(:run_helper_subprocess).and_return([{ "hash" => "1234567890abcdef" }])
allow(Dependabot::SharedHelpers).to receive(:run_helper_subprocess)
.and_return([{ "hash" => "1234567890abcdef" }])
end

its(:content) do
Expand Down

0 comments on commit a38e561

Please sign in to comment.