diff options
Diffstat (limited to 'backend/api/handler_test.go')
| -rw-r--r-- | backend/api/handler_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/api/handler_test.go b/backend/api/handler_test.go index a4e08dc..2dcde29 100644 --- a/backend/api/handler_test.go +++ b/backend/api/handler_test.go @@ -132,7 +132,7 @@ func (m *mockTxManager) RunInTx(_ context.Context, fn func(q db.Querier) error) return fn(&mockQuerier{}) } -// mockGameHub implements game.GameHubInterface for testing. +// mockGameHub implements game.HubInterface for testing. type mockGameHub struct { calcCodeSizeResult int enqueueErr error |
