Skip to content

Commit

Permalink
fix: file path
Browse files Browse the repository at this point in the history
Signed-off-by: Will Johnson <[email protected]>
  • Loading branch information
willmj committed Jan 8, 2025
1 parent b2f62be commit 37cf836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceleration/test_acceleration_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# for some reason the CI will raise an import error if we try to import
# these from tests.artifacts.testdata
TWITTER_COMPLAINTS_JSON_FORMAT = os.path.join(
os.path.dirname(__file__), "../artifacts/testdata/json/twitter_complaints_json.json"
os.path.dirname(__file__), "../artifacts/testdata/json/twitter_complaints_small.json"
)
TWITTER_COMPLAINTS_TOKENIZED = os.path.join(
os.path.dirname(__file__),
Expand Down

0 comments on commit 37cf836

Please sign in to comment.