Skip to content

Commit

Permalink
Merge pull request #177746 from Homebrew/fx-update-test
Browse files Browse the repository at this point in the history
fx: update test
  • Loading branch information
chenrui333 authored Jul 18, 2024
2 parents 4921e4c + 4672642 commit 88fde00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/f/fx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ def install
end

test do
assert_equal "42", pipe_output("#{bin}/fx .", 42).strip
assert_equal "42", pipe_output("#{bin}/fx .", "42").strip
end
end

0 comments on commit 88fde00

Please sign in to comment.