Skip to content

Commit 8e15465

Browse files
Fix import path and ensure tool count assertion
1 parent 97ae9cf commit 8e15465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/mcp_server/test_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
import pytest
6-
from src.mcp_server.core.factory import MCPToolFactory, Domain, MCPToolBase
6+
from core.factory import MCPToolFactory, Domain, MCPToolBase
77

88

99
class TestMCPToolFactory:

0 commit comments

Comments
 (0)