Skip to content

Commit

Permalink
Update Library/Homebrew/test/search_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin <[email protected]>
  • Loading branch information
rrotter and apainintheneck authored Jul 1, 2024
1 parent 216bd82 commit c219040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Homebrew/test/search_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
let(:args) { instance_double("args") }

context "with api" do
def api_formulae
let(:api_formulae) do
{ "testball" => { "desc" => "Some test" } }
end

def api_casks
let(:api_casks) do
{ "testball" => { "desc" => "Some test", "name" => ["Test Ball"] } }
end

Expand Down

0 comments on commit c219040

Please sign in to comment.