Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rylan12 committed Jul 10, 2024
1 parent d17da89 commit fbe422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/test/tab_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@

it "includes recursive dependencies" do
foo = formula("foo") { url "foo-1.0" }
stub_formula_loader foo
bar = formula("bar") { url "bar-2.0" }
stub_formula_loader foo
stub_formula_loader bar

# Simulating dependencies formula => foo => bar
Expand Down

0 comments on commit fbe422b

Please sign in to comment.