Skip to content

Commit 02cefbb

Browse files
test/info: update linked marker expectation from * to [Linked]
1 parent 577a8c9 commit 02cefbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Library/Homebrew/test/cmd/info_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ def installed_info_cask
10661066
allow(info).to receive(:github_info).with(main_formula).and_return("https://example.com/testball.rb")
10671067

10681068
expect { info.send(:info_formula, main_formula) }
1069-
.to output(%r{ .*testball.*, .*Cellar/testball/1\.0.*\) \*}).to_stdout
1069+
.to output(%r{ .*testball.*, .*Cellar/testball/1\.0.*\) \[Linked\]}).to_stdout
10701070
.and not_to_output.to_stderr
10711071
end
10721072

0 commit comments

Comments
 (0)