Skip to content

Commit

Permalink
tests: fix tests to avoid wrong answer (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Nov 21, 2024
1 parent 68242fe commit 58c830d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gemini.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_gemini_generation(animals_data: list[str], api_key: str) -> None:
[
('What animal is larger than a dinosaur?', 'Blue Whale'),
(
'What animal is renowned as the fastest animal on the planet?',
'What ave is renowned as the fastest animal on the planet?',
'Peregrine Falcon',
),
],
Expand Down

0 comments on commit 58c830d

Please sign in to comment.