aboutsummaryrefslogtreecommitdiff
path: root/syncapi/notifier/notifier_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'syncapi/notifier/notifier_test.go')
-rw-r--r--syncapi/notifier/notifier_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/syncapi/notifier/notifier_test.go b/syncapi/notifier/notifier_test.go
index b0631371..36577a0e 100644
--- a/syncapi/notifier/notifier_test.go
+++ b/syncapi/notifier/notifier_test.go
@@ -22,16 +22,16 @@ import (
"testing"
"time"
+ rstypes "github.com/matrix-org/dendrite/roomserver/types"
"github.com/matrix-org/dendrite/syncapi/types"
userapi "github.com/matrix-org/dendrite/userapi/api"
- "github.com/matrix-org/gomatrixserverlib"
"github.com/matrix-org/util"
)
var (
- randomMessageEvent gomatrixserverlib.HeaderedEvent
- aliceInviteBobEvent gomatrixserverlib.HeaderedEvent
- bobLeaveEvent gomatrixserverlib.HeaderedEvent
+ randomMessageEvent rstypes.HeaderedEvent
+ aliceInviteBobEvent rstypes.HeaderedEvent
+ bobLeaveEvent rstypes.HeaderedEvent
syncPositionVeryOld = types.StreamingToken{PDUPosition: 5}
syncPositionBefore = types.StreamingToken{PDUPosition: 11}
syncPositionAfter = types.StreamingToken{PDUPosition: 12}