Skip to content

Commit 42e9010

Browse files
authored
Fix typo Thraed -> Thread (#764)
1 parent ec49265 commit 42e9010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/csapi/room_threads_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestThreadsEndpoint(t *testing.T) {
4949

5050
res = alice.MustDo(t, "PUT", []string{"_matrix", "client", "v3", "rooms", roomID, "send", "m.room.message", "txn-2"}, client.WithJSONBody(t, map[string]interface{}{
5151
"msgtype": "m.text",
52-
"body": "Thraed 2 Root",
52+
"body": "Thread 2 Root",
5353
}))
5454
threadID2 := client.GetJSONFieldStr(t, client.ParseJSON(t, res), "event_id")
5555

0 commit comments

Comments
 (0)