Skip to content

Commit

Permalink
fix: param
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Nov 20, 2024
1 parent 702a3ed commit a5103d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def test_sync(self, openai_encoder, index_cls):
encoder=openai_encoder,
routes=[],
index=init_index(index_cls),
sync=None,
auto_sync=None,
)
route_layer.sync("remote")
time.sleep(PINECONE_SLEEP) # allow for index to be populated
Expand Down

0 comments on commit a5103d6

Please sign in to comment.