Skip to content

Commit f6a4f42

Browse files
cho-mBo98
authored andcommitted
test/utils/github_spec: filter further to fix test failure
Signed-off-by: Michael Cho <[email protected]>
1 parent 0c33443 commit f6a4f42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Library/Homebrew/test/utils/github_spec.rb

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
results = described_class.search_issues("brew search",
2626
repo: "Homebrew/legacy-homebrew",
2727
author: "MikeMcQuaid",
28-
is: "closed")
28+
is: "issue",
29+
no: "milestone")
2930
expect(results).not_to be_empty
30-
expect(results.first["title"]).to eq("Shall we run `brew update` automatically?")
31+
expect(results.first["title"]).to eq("Shall we move more things to taps?")
3132
end
3233
end
3334

0 commit comments

Comments
 (0)