Skip to content

Commit b0248de

Browse files
committed
Add another check for calculation distance CI
Signed-off-by: Armand <arm.gilles@gmail.com>
1 parent f337768 commit b0248de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/llm/test_base_llm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ def test_distance_calculation(agent, capfd):
163163
or "1 minute" in response["output"].lower()
164164
or "1.59" in response["output"].lower()
165165
or "1,59" in response["output"].lower()
166-
or " 160 secondes" in response["output"].lower()
166+
or "160 secondes" in response["output"].lower()
167+
or "2 minutes et 40 secondes" in response["output"].lower()
167168
)
168169
assert "meriadeck" in response["output"].lower()
169170
assert "place gambetta" in response["output"].lower()

0 commit comments

Comments
 (0)