common: Fix faulty test

I broke it when making the tests easier to read 🙈
This commit is contained in:
Jonas Platte 2021-04-22 14:53:55 +02:00
parent 49bd9d037c
commit ffa801254e
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -959,7 +959,7 @@ mod tests {
);
assert_matches!(
set.get_actions(&message, context_public_room),
[Action::SetTweak(Tweak::Highlight(false))]
[Action::Notify, Action::SetTweak(Tweak::Highlight(false))]
);
let user_name = serde_json::from_str::<Raw<JsonValue>>(