Skip to content

Commit

Permalink
Remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh committed Sep 21, 2023
1 parent f67f3d7 commit 9cadaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/direct_messaging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func TestIsDirectFlagFederation(t *testing.T) {
"membership": "invite",
"is_direct": true,
},
}) // TODO: Used to call `.Headered(roomVer)` is that needed?
})
inviteReq, err := fclient.NewInviteV2Request(dmInviteEvent, []gomatrixserverlib.InviteStrippedState{})
if err != nil {
t.Fatalf("failed to make invite request: %s", err)
Expand Down

0 comments on commit 9cadaad

Please sign in to comment.