Skip to content

Commit d786306

Browse files
tonytrgCopilot
andauthored
Update internal/ghmcp/server_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6c9c201 commit d786306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/ghmcp/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func TestCleanToolsets(t *testing.T) {
186186
},
187187
// Whitespace test cases
188188
{
189-
name: "whitespace check- leading and trailing whitespace on regular toolsets",
189+
name: "whitespace check - leading and trailing whitespace on regular toolsets",
190190
input: []string{" actions ", " gists ", "notifications"},
191191
dynamicToolsets: false,
192192
expected: []string{"actions", "gists", "notifications"},

0 commit comments

Comments
 (0)