aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/admin/handler_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/admin/handler_test.go')
-rw-r--r--backend/admin/handler_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/admin/handler_test.go b/backend/admin/handler_test.go
index ac9ccc6..994c584 100644
--- a/backend/admin/handler_test.go
+++ b/backend/admin/handler_test.go
@@ -358,7 +358,7 @@ func (m *mockQuerier) SyncGameStateBestScoreSubmission(ctx context.Context, arg
return nil
}
-// mockGameHub implements game.GameHubInterface for testing.
+// mockGameHub implements game.HubInterface for testing.
type mockGameHub struct {
enqueueTestTasksFunc func(ctx context.Context, submissionID, gameID, userID int, language, code string) error
}