Skip to content

Commit

Permalink
fix render
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Feb 13, 2024
1 parent af0501f commit e709fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limbo/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def _render_regressions(

rendered += f"## {harness}\n\n"
for tc, prev, curr in regressions:
rendered += f"* `{tc}` went from {prev} to {curr}\n"
rendered += f"* `{tc}` went from {prev.value} to {curr.value}\n"
rendered += "\n"

return rendered

0 comments on commit e709fb9

Please sign in to comment.