From 50264374652fe7b819a9ac19e187acd2207fd50d Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Wed, 18 Oct 2023 18:14:15 +0200 Subject: [PATCH] more tests --- crates/wysiwyg/src/tests/test_mentions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wysiwyg/src/tests/test_mentions.rs b/crates/wysiwyg/src/tests/test_mentions.rs index 57c9d6012..bae7afd08 100644 --- a/crates/wysiwyg/src/tests/test_mentions.rs +++ b/crates/wysiwyg/src/tests/test_mentions.rs @@ -656,7 +656,7 @@ fn get_mentions_state_for_user_mention_with_custom_link() { } #[test] -fn get_mentions_state_empty_for_non_intentional_room_mention() { +fn get_mentions_state_empty_for_non_intentional_at_room_mention() { let model = cm("
hello @room!|
"); assert_eq!(model.get_mentions_state(), MentionsState::default()) }