Skip to content

Commit 97ae9cf

Browse files
Update import paths in test_hr_service.py
1 parent 4452ff4 commit 97ae9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/mcp_server/test_hr_service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"""
44

55
import pytest
6-
from src.mcp_server.services.hr_service import HRService
7-
from src.mcp_server.core.factory import Domain
6+
from services.hr_service import HRService
7+
from core.factory import Domain
88

99

1010
class TestHRService:

0 commit comments

Comments
 (0)