Skip to content

Commit 0361323

Browse files
Update plugins/tool_search/in_mem_embeddings/tests/test_performance.py
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent 7c5a4a0 commit 0361323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tool_search/in_mem_embeddings/tests/test_performance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import pytest
99

1010
# Add paths
11-
plugin_src = Path(__file__).parent / "src"
11+
plugin_src = Path(__file__).parent.parent / "src"
1212
core_src = Path(__file__).parent.parent.parent.parent.parent / "core" / "src"
1313
sys.path.insert(0, str(plugin_src))
1414
sys.path.insert(0, str(core_src))

0 commit comments

Comments
 (0)