Skip to content

Commit 88e7ded

Browse files
committed
2 parents f378e67 + 0361323 commit 88e7ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/tool_search/in_mem_embeddings/tests/test_performance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
import pytest
99

1010
# Add paths
11-
plugin_src = Path(__file__).parent / "src"
12-
core_src = Path(__file__).parent.parent.parent.parent / "core" / "src"
11+
plugin_src = Path(__file__).parent.parent / "src"
12+
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))
1515

0 commit comments

Comments
 (0)