diff --git a/Formula/helix.rb b/Formula/helix.rb index 478f2111f384..ae07a1aa68d6 100644 --- a/Formula/helix.rb +++ b/Formula/helix.rb @@ -37,6 +37,6 @@ def install test do assert_match version.to_s, shell_output("#{bin}/hx -V") - assert_match "post-modern text editor", shell_output("#{bin}/hx -h") + assert_match "✓", shell_output("#{bin}/hx --health") end end