Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 70b7679

Browse files
committed
fix: invalid version range in registry test
1 parent 5c2b10d commit 70b7679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/test/tool/registry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe("tool.registry", () => {
8888
JSON.stringify({
8989
name: "custom-tools",
9090
dependencies: {
91-
"@kilocode/plugin": "^0.0.0",
91+
"@kilocode/plugin": "*",
9292
cowsay: "^1.6.0",
9393
},
9494
}),

0 commit comments

Comments
 (0)