Skip to content

Commit

Permalink
fix(test): make it happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 5, 2024
1 parent 47b476e commit 1812f91
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 @@ -41,7 +41,7 @@
)
if (
refined_text[0]
!= "what is [uv_break] your favorite [uv_break] english food [laugh] like [laugh]"
!= "what is [uv_break] your favorite english [uv_break] food [laugh] like [lbreak]"
):
fail = True
logger.warning("refined text is '%s'", refined_text[0])
Expand Down

0 comments on commit 1812f91

Please sign in to comment.