ScuttleBot
fix: gofmt — topology policy test
Commit
941697e8d8b21982a2cc4d2da50ff8d04ffd33bc13806a48aabb101041bd221e
Parent
8332dd8ed62c9fc…
1 file changed
+3
-3
+3
-3
| --- internal/topology/policy_test.go | ||
| +++ internal/topology/policy_test.go | ||
| @@ -61,13 +61,13 @@ | ||
| 61 | 61 | {"#task.gh-42", "task"}, |
| 62 | 62 | {"#task.JIRA-99", "task"}, |
| 63 | 63 | {"#sprint.2026-q2", "sprint"}, |
| 64 | 64 | {"#incident.p1", "incident"}, |
| 65 | 65 | {"#experiment.llm-v3", "experiment"}, |
| 66 | - {"#general", ""}, // static, no type | |
| 67 | - {"#unknown", ""}, // no match | |
| 68 | - {"#taskforce", ""}, // prefix must match exactly (task. not task) | |
| 66 | + {"#general", ""}, // static, no type | |
| 67 | + {"#unknown", ""}, // no match | |
| 68 | + {"#taskforce", ""}, // prefix must match exactly (task. not task) | |
| 69 | 69 | } |
| 70 | 70 | |
| 71 | 71 | for _, tc := range cases { |
| 72 | 72 | t.Run(tc.channel, func(t *testing.T) { |
| 73 | 73 | got := p.TypeName(tc.channel) |
| 74 | 74 |
| --- internal/topology/policy_test.go | |
| +++ internal/topology/policy_test.go | |
| @@ -61,13 +61,13 @@ | |
| 61 | {"#task.gh-42", "task"}, |
| 62 | {"#task.JIRA-99", "task"}, |
| 63 | {"#sprint.2026-q2", "sprint"}, |
| 64 | {"#incident.p1", "incident"}, |
| 65 | {"#experiment.llm-v3", "experiment"}, |
| 66 | {"#general", ""}, // static, no type |
| 67 | {"#unknown", ""}, // no match |
| 68 | {"#taskforce", ""}, // prefix must match exactly (task. not task) |
| 69 | } |
| 70 | |
| 71 | for _, tc := range cases { |
| 72 | t.Run(tc.channel, func(t *testing.T) { |
| 73 | got := p.TypeName(tc.channel) |
| 74 |
| --- internal/topology/policy_test.go | |
| +++ internal/topology/policy_test.go | |
| @@ -61,13 +61,13 @@ | |
| 61 | {"#task.gh-42", "task"}, |
| 62 | {"#task.JIRA-99", "task"}, |
| 63 | {"#sprint.2026-q2", "sprint"}, |
| 64 | {"#incident.p1", "incident"}, |
| 65 | {"#experiment.llm-v3", "experiment"}, |
| 66 | {"#general", ""}, // static, no type |
| 67 | {"#unknown", ""}, // no match |
| 68 | {"#taskforce", ""}, // prefix must match exactly (task. not task) |
| 69 | } |
| 70 | |
| 71 | for _, tc := range cases { |
| 72 | t.Run(tc.channel, func(t *testing.T) { |
| 73 | got := p.TypeName(tc.channel) |
| 74 |