Skip to content

Commit

Permalink
Fix linux test
Browse files Browse the repository at this point in the history
  • Loading branch information
dduugg committed Mar 20, 2024
1 parent bf9ebcc commit db9c5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/test/cli/parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
# commands for formulae and casks on Linux.
it "succeeds for developer commands" do
require "dev-cmd/cat"
args = Homebrew.cat_args.parse(["--cask", "cask_name"])
args = Homebrew::DevCmd::Cat.new(["--cask", "cask_name"]).args
expect(args.cask?).to be(true)
end
end
Expand Down

0 comments on commit db9c5a5

Please sign in to comment.