Skip to content

Commit 07b8df1

Browse files
committed
remove some unnecessary comments
1 parent 2cfa9ee commit 07b8df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/msc3911/main_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func MustUploadMediaAttachToMessageEventAndSendIntoRoom(t *testing.T, sendingUse
4646
},
4747
Sender: sendingUser.UserID,
4848
}
49-
// alice sends message with extra query parameter
49+
5050
event_id := sendingUser.SendEventWithAttachedMediaSynced(t, roomID, picture_message, mxcUri)
5151
return mxcUri, event_id
5252
}
@@ -64,7 +64,7 @@ func MustUploadMediaAttachToMembershipEventAndSendIntoRoom(t *testing.T, sending
6464
Sender: sendingUser.UserID,
6565
StateKey: &sendingUser.UserID,
6666
}
67-
// alice sends message with extra query parameter
67+
6868
event_id := sendingUser.SendEventWithAttachedMediaSynced(t, roomID, picture_message, mxcUri)
6969
return mxcUri, event_id
7070
}

0 commit comments

Comments
 (0)