Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Fix type hint in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vsakkas committed Nov 17, 2023
1 parent 9e5e0dd commit 787d54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ask.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


@pytest.mark.asyncio
async def test_ask() -> None:
async def test_ask() -> bool:
expected_responses = [
"Hello there! How can I help you today?",
"Hello there! How can I help you today? [Image of Bard AI Chatbot]",
Expand Down

0 comments on commit 787d54e

Please sign in to comment.