Skip to content

Commit

Permalink
fix test python
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoMcCabe committed Oct 30, 2023
1 parent 728aa2d commit af3bc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/test_code_vector_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_load_and_query(monkeypatch):
)

repository = CodeVectorRepository()
repository.load_from_directory("tmp")
repository.load_from_directory("python")

# act
response = repository.query(
Expand Down

0 comments on commit af3bc50

Please sign in to comment.