Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated minitest assertion. #45308

Merged
merged 1 commit into from
Jun 9, 2022

Conversation

eileencodes
Copy link
Member

Fixes the deprecation from minitest regarding calling assert_equal on
nil.

DEPRECATED: Use assert_nil if expecting nil from
test/application/configuration_test.rb:1761. This will fail in
Minitest 6.

Fixes the deprecation from minitest regarding calling assert_equal on
nil.

```
DEPRECATED: Use assert_nil if expecting nil from
test/application/configuration_test.rb:1761. This will fail in
Minitest 6.
```
@rails-bot rails-bot bot added the railties label Jun 9, 2022
@eileencodes eileencodes merged commit d1a1c52 into rails:main Jun 9, 2022
@eileencodes eileencodes deleted the fix-minitest-assert-equal-nil branch June 9, 2022 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant