Skip to content

Commit c1fa993

Browse files
committed
fix: update for test
Signed-off-by: Samantha Coyle <sam@diagrid.io>
1 parent bd9a322 commit c1fa993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/examples/test_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from typing import Generator
1818

1919
import pytest
20-
from tests._process_utils import get_kwargs_for_process_group, terminate_process_group
20+
from tests.process_utils import get_kwargs_for_process_group, terminate_process_group
2121

2222
REPO_ROOT = Path(__file__).resolve().parent.parent.parent
2323
EXAMPLES_DIR = REPO_ROOT / 'examples'

0 commit comments

Comments
 (0)