Skip to content

Commit

Permalink
Add TODO for testing pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Sep 18, 2024
1 parent f73508f commit 5ad5d62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/msc4140/delayed_event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ import (
const hsName = "hs1"
const eventType = "com.example.test"

// TODO: Test pagination of `GET /_matrix/client/v1/delayed_events` once
// it is implemented in a homeserver.

func TestDelayedEvents(t *testing.T) {
deployment := complement.Deploy(t, 1)
defer deployment.Destroy(t)
Expand Down

0 comments on commit 5ad5d62

Please sign in to comment.