Skip to content

Commit

Permalink
Fix tapioca compiler args test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongRuoyu committed Apr 22, 2024
1 parent a6268a1 commit 15c2819
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Library/Homebrew/test/sorbet/tapioca/compilers/args_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
describe "#args_table" do
it "returns a mapping of list args to default values" do
expect(compiler.args_table(list_parser).keys).to contain_exactly(
:"1?", :cask?, :casks?, :d?, :debug?, :formula?, :formulae?, :full_name?, :h?, :help?, :l?, :multiple?,
:pinned?, :q?, :quiet?, :r?, :t?, :v?, :verbose?, :versions?
:"1?", :auto?, :cask?, :casks?, :d?, :debug?, :formula?, :formulae?,
:full_name?, :h?, :help?, :installed_as_dependency?,
:installed_on_request?, :l?, :manual?, :multiple?, :pinned?,
:q?, :quiet?, :r?, :t?, :v?, :verbose?, :versions?
)
end

Expand Down

0 comments on commit 15c2819

Please sign in to comment.