From d880aaf3223116cca1635cceaffbebc494ba0c35 Mon Sep 17 00:00:00 2001 From: chroe Date: Thu, 9 Jul 2026 22:42:13 +0800 Subject: [PATCH] test(shortcuts): include watch in register_test expected groups --- shortcuts/register_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortcuts/register_test.go b/shortcuts/register_test.go index 00f4c57..983dc62 100644 --- a/shortcuts/register_test.go +++ b/shortcuts/register_test.go @@ -14,7 +14,7 @@ func TestRegisterAll(t *testing.T) { "repo", "issue", "label", "license", "pr", "profile", "release", "branch", "org", "user", "search", "ci", "workflow", "compare", "member", "milestone", "pipeline", "webhook", - "dataset", "health", "ignore", "wiki", + "dataset", "health", "ignore", "wiki", "watch", } groupSet := map[string]bool{}