aboutsummaryrefslogtreecommitdiff
path: root/matrix/sync_test.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-05-10 20:56:46 +0300
committerTulir Asokan <tulir@maunium.net>2018-05-10 21:22:01 +0300
commit66b17967eba2a92952f76db3eed28324136eaa30 (patch)
tree2660dbba1fdf7af1a79a45768c095ab0f4c14b79 /matrix/sync_test.go
parent706f4c44048e59bf914877f6f8bf17ad9915a65c (diff)
Update dependencies
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",