Skip to content

Commit a0cffc6

Browse files
committed
fix test bad event id format
1 parent 0505ce2 commit a0cffc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/latest_events/latest_event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ mod tests_latest_event_content {
11011101
NotificationType::Ring,
11021102
)
11031103
.mentions(vec![owned_user_id!("@alice:server.name")])
1104-
.relates_to_membership_state_event(ruma::OwnedEventId::try_from("!1234").unwrap())
1104+
.relates_to_membership_state_event(ruma::OwnedEventId::try_from("$abc:server.name").unwrap())
11051105
.lifetime(60)
11061106
.into_event()
11071107
}

0 commit comments

Comments
 (0)