Skip to content

Commit

Permalink
Remove deprecation on calling assert_equal with nil
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed May 1, 2024
1 parent b3a214d commit 0a84b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/application/backtrace_cleaner_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class BacktraceCleanerTest < ActiveSupport::TestCase

cleaned = @cleaner.clean_frame(frame)

assert_equal nil, cleaned
assert_nil cleaned
end

test "#clean_frame does not silence when BACKTRACE is set" do
Expand Down

0 comments on commit 0a84b72

Please sign in to comment.