Skip to content

Commit e9a4460

Browse files
committed
chore: fix enum test
Signed-off-by: Calum Murray <[email protected]>
1 parent 4f1752e commit e9a4460

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/mcp/tool_mutator_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,3 @@ func TestToolMutatorType(t *testing.T) {
286286
assert.Equal(t, "modified-original", result.Tool.Name)
287287
})
288288
}
289-
290-
func TestMaxClustersInEnumConstant(t *testing.T) {
291-
t.Run("maxClustersInEnum has expected value", func(t *testing.T) {
292-
assert.Equal(t, 15, maxTargetsInEnum, "maxClustersInEnum should be 15")
293-
})
294-
}

0 commit comments

Comments
 (0)