Skip to content

Commit

Permalink
remove flaky check
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Mar 8, 2024
1 parent a00c47a commit 7174906
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrations/cohere/tests/test_cohere_chat_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ def __call__(self, chunk: StreamingChunk) -> None:

assert message.meta["finish_reason"] == "COMPLETE"

# assert callback.counter > 1
assert "Paris" in callback.responses

assert message.meta["documents"] is not None
Expand Down

0 comments on commit 7174906

Please sign in to comment.