From ef79fe1987fc2c6b2bfc434c8ebbfe6be187efaf Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 4 Aug 2020 17:25:45 +0100 Subject: [PATCH] Unbreak unit tests --- syncapi/internal/keychange_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/syncapi/internal/keychange_test.go b/syncapi/internal/keychange_test.go index cc33c7382..6765fa657 100644 --- a/syncapi/internal/keychange_test.go +++ b/syncapi/internal/keychange_test.go @@ -44,6 +44,9 @@ func (k *mockKeyAPI) QueryOneTimeKeys(ctx context.Context, req *keyapi.QueryOneT } func (k *mockKeyAPI) QueryDeviceMessages(ctx context.Context, req *keyapi.QueryDeviceMessagesRequest, res *keyapi.QueryDeviceMessagesResponse) { +} +func (k *mockKeyAPI) InputDeviceListUpdate(ctx context.Context, req *keyapi.InputDeviceListUpdateRequest, res *keyapi.InputDeviceListUpdateResponse) { + } type mockCurrentStateAPI struct {