We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Thraed
Thread
1 parent ec49265 commit 42e9010Copy full SHA for 42e9010
1 file changed
tests/csapi/room_threads_test.go
@@ -49,7 +49,7 @@ func TestThreadsEndpoint(t *testing.T) {
49
50
res = alice.MustDo(t, "PUT", []string{"_matrix", "client", "v3", "rooms", roomID, "send", "m.room.message", "txn-2"}, client.WithJSONBody(t, map[string]interface{}{
51
"msgtype": "m.text",
52
- "body": "Thraed 2 Root",
+ "body": "Thread 2 Root",
53
}))
54
threadID2 := client.GetJSONFieldStr(t, client.ParseJSON(t, res), "event_id")
55
0 commit comments