Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinsachdeva committed Feb 9, 2024
1 parent 9a9a0dc commit c763f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/ollama/tests/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ def __call__(self, chunk):
assert "Amsterdam" in results["replies"][0]
assert len(results["meta"]) == 1
assert callback.responses == results["replies"][0]
assert callback.count_calls > 1
assert callback.count_calls > 1

0 comments on commit c763f17

Please sign in to comment.