Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Dec 23, 2024
1 parent a12f699 commit 9915053
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 @@ -611,7 +611,7 @@ async def test_utterance_diff(self, openai_encoder, routes, routes_2, index_cls)
encoder=openai_encoder, routes=routes_2, index=index
)
if index_cls is PineconeIndex:
await asyncio.sleep(PINECONE_SLEEP*2) # allow for index to be populated
await asyncio.sleep(PINECONE_SLEEP * 2) # allow for index to be populated
diff = await route_layer_2.aget_utterance_diff(include_metadata=True)
assert '+ Route 1: Hello | None | {"type": "default"}' in diff
assert '+ Route 1: Hi | None | {"type": "default"}' in diff
Expand Down

0 comments on commit 9915053

Please sign in to comment.