Skip to content

Commit 91c73f9

Browse files
committed
Clarify desire
1 parent a03b187 commit 91c73f9

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
@@ -221,7 +221,7 @@ func TestJumpToDateEndpoint(t *testing.T) {
221221
contextResResBody := client.ParseJSON(t, contextRes)
222222
// Remember: Tokens are positions between events. Normally, you would use the
223223
// `start` token to paginate backwards with but for the sake of the test we want
224-
// paginate `/messages` and see both A and B in the response; so we use the
224+
// paginate `/messages` and want see both A and B in the response; so we use the
225225
// `end` token. The `end` token comes after B.
226226
//
227227
// start end

0 commit comments

Comments
 (0)