Skip to content

Commit

Permalink
docs: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
torrybr committed Jul 25, 2024
1 parent ef820ee commit b047bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/matrix-sdk/tests/integration/room/joined.rs
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ async fn test_start_live_location_share_for_room() {
let (client, server) = logged_in_client_with_server().await;

// Validate request body and response, partial body matching due to
// auto-generated `org.matrix.msc3488.ts`
// auto-generated `org.matrix.msc3488.ts`.
Mock::given(method("PUT"))
.and(path_regex(r"^/_matrix/client/r0/rooms/.*/state/org.matrix.msc3672.beacon_info/.*"))
.and(header("authorization", "Bearer 1234"))
Expand Down Expand Up @@ -876,7 +876,7 @@ async fn test_stop_sharing_live_location() {
let (client, server) = logged_in_client_with_server().await;

// Validate request body and response, partial body matching due to
// auto-generated `org.matrix.msc3488.ts`
// auto-generated `org.matrix.msc3488.ts`.
Mock::given(method("PUT"))
.and(path_regex(r"^/_matrix/client/r0/rooms/.*/state/org.matrix.msc3672.beacon_info/.*"))
.and(header("authorization", "Bearer 1234"))
Expand Down

0 comments on commit b047bb7

Please sign in to comment.