aboutsummaryrefslogtreecommitdiff
path: root/syncapi/internal/keychange_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'syncapi/internal/keychange_test.go')
-rw-r--r--syncapi/internal/keychange_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncapi/internal/keychange_test.go b/syncapi/internal/keychange_test.go
index 53f3e5a4..d64bea11 100644
--- a/syncapi/internal/keychange_test.go
+++ b/syncapi/internal/keychange_test.go
@@ -64,7 +64,7 @@ func (k *mockKeyAPI) QuerySignatures(ctx context.Context, req *keyapi.QuerySigna
}
type mockRoomserverAPI struct {
- api.RoomserverInternalAPITrace
+ api.RoomserverInternalAPI
roomIDToJoinedMembers map[string][]string
}