Skip to content

Commit 3db9ddb

Browse files
committed
remove comment
1 parent ac8e6bb commit 3db9ddb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

internal/ghmcp/server_test.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,3 @@ func TestNewMCPServer_CreatesSuccessfully(t *testing.T) {
4040
// The actual middleware functionality and tool execution with ContextWithDeps
4141
// is already tested in pkg/github/*_test.go.
4242
}
43-
44-
// Note: TestResolveEnabledToolsets was removed because the resolveEnabledToolsets
45-
// function was moved to the Inventory Builder (pkg/inventory/builder.go).
46-
// The same functionality is now tested in pkg/inventory/registry_test.go via:
47-
// - TestWithDynamicMode_NilToolsets
48-
// - TestWithDynamicMode_RemovesAllKeyword
49-
// - TestWithDynamicMode_RemovesDefaultKeyword
50-
// - TestWithDynamicMode_ExplicitToolsetsPreserved
51-
// - TestWithDynamicMode_WithAdditionalTools
52-
// - TestWithTools_NilToolsets_UsesEmptyToolsets

0 commit comments

Comments
 (0)