Skip to content

Commit

Permalink
fix(test): change expected value
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 2, 2024
1 parent 2c2daf4 commit 61add70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/#655.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
)
if (
refined_text[0]
!= "like [uv_break] what is [uv_break] your favorite english food [laugh] [lbreak]"
!= "what is [uv_break] your favorite [uv_break] english food [laugh] like [laugh]"
):
fail = True
logger.warning("refined text is '%s'", refined_text[0])
Expand Down

0 comments on commit 61add70

Please sign in to comment.