Skip to content

Commit 09a9b61

Browse files
committed
Fix failing test
1 parent 52863fb commit 09a9b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/evals/test_reporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ async def test_evaluation_renderer_diff_with_no_metadata(sample_report_case: Rep
13551355
include_errors=False, # Prevent failures table from being added
13561356
)
13571357
assert output == snapshot("""\
1358-
Evaluation Diff: baseline_report → new_report
1358+
Evaluation Diff: baseline_report → new_report \n\
13591359
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━┓
13601360
┃ Case ID ┃ Scores ┃ Labels ┃ Metrics ┃ Assertions ┃ Duration ┃
13611361
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━┩

0 commit comments

Comments
 (0)