Skip to content

Commit 0b84ea2

Browse files
committed
fix(block): Delete tool counting test
1 parent 0f071d4 commit 0b84ea2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/tools/test_block_storage_tools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,6 @@ def test_register_tools(self):
615615
block_storage_tools = BlockStorageTools()
616616
block_storage_tools.register_tools(mock_mcp)
617617

618-
# Verify mcp.tool() was called for each method
619-
assert mock_mcp.tool.call_count == 6
620-
621618
# Verify all methods were registered
622619
registered_methods = [
623620
call[0][0] for call in mock_tool_decorator.call_args_list

0 commit comments

Comments
 (0)