Skip to content
Snippets Groups Projects
Unverified Commit 516f9418 authored by James Briggs's avatar James Briggs
Browse files

fix: adjust filepath

parent 1379df30
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ import pytest ...@@ -3,7 +3,7 @@ import pytest
from semantic_router.encoders import OpenAIEncoder from semantic_router.encoders import OpenAIEncoder
with open("tests/integration/encoders/57640.4032.txt", "r") as fp: with open("tests/integration/57640.4032.txt", "r") as fp:
long_doc = fp.read() long_doc = fp.read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment