Skip to content

Commit 8abd31a

Browse files
committed
Be more specific
See #852 (comment)
1 parent 9c6c144 commit 8abd31a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/room_timestamp_to_event_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ func TestJumpToDateEndpoint(t *testing.T) {
236236
return ev.Get("event_id").Str == eventA.EventID
237237
})
238238

239-
// Paginate backwards
239+
// Paginate backwards from the point after eventB
240240
messagesRes := remoteCharlie.MustDo(t, "GET", []string{"_matrix", "client", "r0", "rooms", roomID, "messages"},
241241
client.WithContentType("application/json"),
242242
client.WithQueries(url.Values{

0 commit comments

Comments
 (0)