We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8e6bb commit 3db9ddbCopy full SHA for 3db9ddb
1 file changed
internal/ghmcp/server_test.go
@@ -40,13 +40,3 @@ func TestNewMCPServer_CreatesSuccessfully(t *testing.T) {
40
// The actual middleware functionality and tool execution with ContextWithDeps
41
// is already tested in pkg/github/*_test.go.
42
}
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