We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03b187 commit 91c73f9Copy full SHA for 91c73f9
1 file changed
tests/room_timestamp_to_event_test.go
@@ -221,7 +221,7 @@ func TestJumpToDateEndpoint(t *testing.T) {
221
contextResResBody := client.ParseJSON(t, contextRes)
222
// Remember: Tokens are positions between events. Normally, you would use the
223
// `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
+ // 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.
226
//
227
// start end
0 commit comments