Skip to content

Commit

Permalink
test/utils/github_spec: filter further to fix test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Cho <michael@michaelcho.dev>
  • Loading branch information
cho-m authored and Bo98 committed Mar 19, 2024
1 parent 0c33443 commit f6a4f42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Library/Homebrew/test/utils/github_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
results = described_class.search_issues("brew search",
repo: "Homebrew/legacy-homebrew",
author: "MikeMcQuaid",
is: "closed")
is: "issue",
no: "milestone")
expect(results).not_to be_empty
expect(results.first["title"]).to eq("Shall we run `brew update` automatically?")
expect(results.first["title"]).to eq("Shall we move more things to taps?")
end
end

Expand Down

0 comments on commit f6a4f42

Please sign in to comment.