aboutsummaryrefslogtreecommitdiff
path: root/federationapi/routing/send_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'federationapi/routing/send_test.go')
-rw-r--r--federationapi/routing/send_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/federationapi/routing/send_test.go b/federationapi/routing/send_test.go
index 9081a870..adae7c22 100644
--- a/federationapi/routing/send_test.go
+++ b/federationapi/routing/send_test.go
@@ -211,10 +211,10 @@ func (t *testRoomserverAPI) QueryStateAndAuthChain(
}
// Query a given amount (or less) of events prior to a given set of events.
-func (t *testRoomserverAPI) QueryBackfill(
+func (t *testRoomserverAPI) PerformBackfill(
ctx context.Context,
- request *api.QueryBackfillRequest,
- response *api.QueryBackfillResponse,
+ request *api.PerformBackfillRequest,
+ response *api.PerformBackfillResponse,
) error {
return fmt.Errorf("not implemented")
}