Skip to content

Commit

Permalink
style: fix style eror from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
torrybr committed Jul 22, 2024
1 parent 5dd354c commit 1fabe96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/matrix-sdk/tests/integration/room/joined.rs
Original file line number Diff line number Diff line change
Expand Up @@ -751,8 +751,7 @@ async fn test_make_reply_event_doesnt_require_event_cache() {
&client,
&server,
room_id,
)
.await;
).await;

Mock::given(method("GET"))
.and(path_regex(r"^/_matrix/client/r0/rooms/.*/event/"))
Expand Down

0 comments on commit 1fabe96

Please sign in to comment.