Skip to content

Commit d703a86

Browse files
committed
another perplexity fix
1 parent 2d69509 commit d703a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/llms/test_API_Perplexity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_ask_using_messages__async_mode(self):
2727
"content" : user_prompt}]
2828
generator = self.api_perplexity.ask_using_messages(messages, model=model, async_mode=async_mode)
2929

30-
assert '3' in list(generator)
30+
assert '3' in ' '.join(list(generator))
3131

3232

3333
def test_ask_using_messages__sync_mode(self):

0 commit comments

Comments
 (0)