diff --git a/app/services/pubsubhubbub/unsubscribe_service.rb b/app/services/pubsubhubbub/unsubscribe_service.rb
index a2fdc548a99f7fc10eecd83de70f20ef349f41ce..62459a0aa5e808a8114c9c1238f9916798709318 100644
--- a/app/services/pubsubhubbub/unsubscribe_service.rb
+++ b/app/services/pubsubhubbub/unsubscribe_service.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-class Pubsubhubbub::SubscribeService < BaseService
+class Pubsubhubbub::UnsubscribeService < BaseService
   def call(account, callback)
     return ['Invalid topic URL', 422] if account.nil?