Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Oct 18, 2023
1 parent 2c9c886 commit 5026437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wysiwyg/src/tests/test_mentions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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("<pre>hello @room!|</pre>");
assert_eq!(model.get_mentions_state(), MentionsState::default())
}
Expand Down

0 comments on commit 5026437

Please sign in to comment.