Skip to content

Commit

Permalink
refactor: Rename class
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin authored Sep 24, 2023
1 parent 57f5d18 commit 1d09955
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def on_start(name, _id, payload, subscriber)
end
end

class GenericSubscriber < ::ActiveSupport::Subscriber
class Subscriber < ::ActiveSupport::Subscriber
TEST_ADAPTERS = %w[async inline]
EVENT_HANDLERS = {
'enqueue.active_job' => EnqueueSubscriber.new,
Expand Down

0 comments on commit 1d09955

Please sign in to comment.