We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c73f9 commit 9c6c144Copy full SHA for 9c6c144
1 file changed
tests/room_timestamp_to_event_test.go
@@ -221,8 +221,8 @@ 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 want see both A and B in the response; so we use the
225
- // `end` token. The `end` token comes after B.
+ // to paginate `/messages` and want see both A and B in the response; so we use
+ // the `end` token. The `end` token comes after B.
226
//
227
// start end
228
// | |
0 commit comments