Skip to content

Commit

Permalink
Standardize
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Mar 21, 2024
1 parent 5d559b5 commit bad2617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/delivery_method_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class InheritedDeliveryMethod < Noticed::DeliveryMethods::ActionCable

test "fetch_constant looks up constants from proc that returns String" do
@delivery_method = Noticed::DeliveryMethod.new
set_config(mailer: ->{ "UserMailer" })
set_config(mailer: -> { "UserMailer" })
assert_equal UserMailer, @delivery_method.fetch_constant(:mailer)
end

Expand Down

0 comments on commit bad2617

Please sign in to comment.