Skip to content

Commit 9c6c144

Browse files
committed
Fix 'to' missing typo
See #852 (comment)
1 parent 91c73f9 commit 9c6c144

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/room_timestamp_to_event_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ 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 want see both A and B in the response; so we use the
225-
// `end` token. The `end` token comes after B.
224+
// to paginate `/messages` and want see both A and B in the response; so we use
225+
// the `end` token. The `end` token comes after B.
226226
//
227227
// start end
228228
// | |

0 commit comments

Comments
 (0)