Skip to content

Commit c98f0aa

Browse files
BrewTestBotchenrui333
authored andcommitted
block-goose-cli 1.0.18
block-goose-cli: update test Signed-off-by: Rui Chen <[email protected]>
1 parent 5d09c4e commit c98f0aa

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Formula/b/block-goose-cli.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class BlockGooseCli < Formula
22
desc "Open source, extensible AI agent that goes beyond code suggestions"
33
homepage "https://block.github.io/goose/"
4-
url "https://github.com/block/goose/archive/refs/tags/v1.0.17.tar.gz"
5-
sha256 "bf643964abc31458cc5d320ee43800b50fd5d6058458a6896489ac84d4563f57"
4+
url "https://github.com/block/goose/archive/refs/tags/v1.0.18.tar.gz"
5+
sha256 "7542d1f35f5bfd1cf47cec749d429e27b9d5c390112139c1b6c3e32ebf5df6ae"
66
license "Apache-2.0"
77
head "https://github.com/block/goose.git", branch: "main"
88

@@ -39,9 +39,6 @@ def install
3939

4040
test do
4141
assert_match version.to_s, shell_output("#{bin}/goose --version")
42-
43-
output = shell_output("#{bin}/goose agents")
44-
assert_match "Available agent versions:", output
45-
assert_match "default", output
42+
assert_match "Goose Locations", shell_output("#{bin}/goose info")
4643
end
4744
end

0 commit comments

Comments
 (0)