Skip to content

Commit

Permalink
Solve rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdeleong committed Sep 4, 2024
1 parent c68d44e commit 1800a04
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions retrieval_service/datastore/providers/neo4j_graph_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,6 @@ async def test_amenities_search(
top_k: int,
expected: List[Any],
):
<<<<<<< HEAD
res, sql = await ds.amenities_search(query_embedding, similarity_threshold, top_k)
=======

res, sql = await ds.amenities_search(query_embedding, similarity_threshold, top_k)

>>>>>>> 06e09fa (Improve log warning)
assert res == expected
assert sql is None

0 comments on commit 1800a04

Please sign in to comment.