From 467264261ced7c86261aec6aafb1b755e3e7a703 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 18 Jul 2024 13:21:34 -0400 Subject: [PATCH] fx: update test Signed-off-by: Rui Chen --- Formula/f/fx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/fx.rb b/Formula/f/fx.rb index 4b1aa3af607d8..f324052b7eb2d 100644 --- a/Formula/f/fx.rb +++ b/Formula/f/fx.rb @@ -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