From f4e180c40b02e5513f3dd3d8dc3920a35c4823d5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 7 Mar 2023 08:57:57 +0000 Subject: [PATCH] brew style --fix --- Library/Homebrew/test/utils/autoremove_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/utils/autoremove_spec.rb b/Library/Homebrew/test/utils/autoremove_spec.rb index 2d04134135..300dbd3418 100644 --- a/Library/Homebrew/test/utils/autoremove_spec.rb +++ b/Library/Homebrew/test/utils/autoremove_spec.rb @@ -156,7 +156,7 @@ describe Utils::Autoremove do specify "multiple dependents" do expect(described_class.send(:formulae_with_cask_dependents, casks_multiple_deps)) - .to match_array([formula_with_deps, formula_is_dep1, formula_is_dep2]) + .to contain_exactly(formula_with_deps, formula_is_dep1, formula_is_dep2) end end end