Skip to content

Commit c05a109

Browse files
committed
Adjust the test name
1 parent 31f0c91 commit c05a109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/action_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class ActionControllerTest < Minitest::Test
55
let(:subscriber) { RailsSemanticLogger::ActionController::LogSubscriber.new }
66

77
describe "#process_action" do
8-
it "does not process if params is not a Hash nor an instance of ActionController::Parameters" do
8+
it "does not fail if params is not a Hash nor an instance of ActionController::Parameters" do
99
event = ActiveSupport::Notifications::Event.new(
1010
"start_processing.action_controller",
1111
5.seconds.ago,

0 commit comments

Comments
 (0)