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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncapi/notifier/notifier_test.go b/syncapi/notifier/notifier_test.go
index 7076f713..f86301a0 100644
--- a/syncapi/notifier/notifier_test.go
+++ b/syncapi/notifier/notifier_test.go
@@ -109,7 +109,7 @@ func mustEqualPositions(t *testing.T, got, want types.StreamingToken) {
type TestRoomServer struct{ api.SyncRoomserverAPI }
-func (t *TestRoomServer) QueryUserIDForSender(ctx context.Context, roomID string, senderID spec.SenderID) (*spec.UserID, error) {
+func (t *TestRoomServer) QueryUserIDForSender(ctx context.Context, roomID spec.RoomID, senderID spec.SenderID) (*spec.UserID, error) {
return spec.NewUserID(string(senderID), true)
}