Skip to content

Commit 840b7b4

Browse files
committed
fix test
1 parent 029af45 commit 840b7b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pytest/test_tau_bench_airline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def tau_bench_airline_to_evaluation_row(data: List[Dict[str, Any]]) -> List[Eval
6565

6666
rows.append(row)
6767

68-
return rows[0:2]
68+
return rows
6969

7070

7171
def save_single_trajectory(trajectory_record: Dict, row_id: str, output_dir: str = "trajectory_outputs"):

0 commit comments

Comments
 (0)