From 207393eefb8a4f10e351aef9fcbe2fdf04d76e71 Mon Sep 17 00:00:00 2001 From: chroe Date: Thu, 9 Jul 2026 22:41:38 +0800 Subject: [PATCH] test(shortcuts): include commit 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..165c496 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", "commit", } groupSet := map[string]bool{}