From 4ed19085f5436a57c4b1f640a399ffd099932425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= <319826+stefanb@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:55:21 +0100 Subject: [PATCH] energy: test fix --- Formula/e/energy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/e/energy.rb b/Formula/e/energy.rb index 9d79cb3a8e861..0d08ae27925de 100644 --- a/Formula/e/energy.rb +++ b/Formula/e/energy.rb @@ -26,7 +26,7 @@ def install end test do - assert_match version.to_s, shell_output("#{bin}/energy cli -v") + assert_match version.to_s, shell_output("#{bin}/energy cli") assert_match "https://energy.yanghy.cn", shell_output("#{bin}/energy env") end