Skip to content

Commit

Permalink
chore(fix): fix test (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Nov 10, 2023
1 parent f11d18e commit a414ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kit/src/components/message/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ mod tests2 {
#[test]
fn test_format_text1() {
let input = ":) ";
let expected = "<span class=\"big-emoji\">🙂 </span>";
let expected = "<span class=\"big-emoji\">🙂</span>";
assert_eq!(&format_text(input, true, true), expected);
assert_eq!(&format_text(input, false, true), expected);
}
Expand Down

0 comments on commit a414ce6

Please sign in to comment.