From 4cb50a38c7dca819347a4c53da512d86f25040af Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Tue, 4 Apr 2023 02:42:14 +0800 Subject: [PATCH] Improve versioned macOS test --- Library/Homebrew/test/dev-cmd/determine-test-runners_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/test/dev-cmd/determine-test-runners_spec.rb b/Library/Homebrew/test/dev-cmd/determine-test-runners_spec.rb index 520035f741..fafcb7a18d 100644 --- a/Library/Homebrew/test/dev-cmd/determine-test-runners_spec.rb +++ b/Library/Homebrew/test/dev-cmd/determine-test-runners_spec.rb @@ -158,6 +158,7 @@ describe "brew determine-test-runners" do expect(File.read(github_output)).not_to be_empty expect(get_runners(github_output)).to eq(["13", "13-arm64", linux_runner]) + expect(get_runners(github_output)).not_to eq(all_runners) end end