Skip to content

Commit

Permalink
Fix SBOM test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rylan12 committed Jun 25, 2024
1 parent a4ea7d8 commit 7b8df98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/test/sbom_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"declared_directly" => true,
}
end
expect(Tab).to receive(:runtime_deps_hash).and_return(runtime_deps_hash)
expect(Tab).to receive(:formula_runtime_deps_hash).and_return(runtime_deps_hash)
tab = Tab.create(f, DevelopmentTools.default_compiler, :libcxx)

expect(Formulary).to receive(:factory).with("beanstalkd").and_return(beanstalkd)
Expand Down

0 comments on commit 7b8df98

Please sign in to comment.