aboutsummaryrefslogtreecommitdiff
path: root/matrix/sync_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'matrix/sync_test.go')
-rw-r--r--matrix/sync_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/matrix/sync_test.go b/matrix/sync_test.go
index 56f62f9..49bbcb0 100644
--- a/matrix/sync_test.go
+++ b/matrix/sync_test.go
@@ -56,6 +56,7 @@ func TestGomuksSyncer_ProcessResponse(t *testing.T) {
syncer := matrix.NewGomuksSyncer(mss)
syncer.OnEventType("m.room.member", ml.receive)
syncer.OnEventType("m.room.message", ml.receive)
+ syncer.GetFilterJSON("@tulir:maunium.net")
joinEvt := &gomatrix.Event{
ID: "!join:maunium.net",