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 minitest assert_nil warning #1070

Merged

Conversation

tonyvince
Copy link
Contributor

@tonyvince tonyvince commented Aug 9, 2024

To reproduce:

  • Run test suite bin/rails test
  • See warnings that will start failing in Minitest 6
DEPRECATED: Use assert_nil if expecting nil from test/models/account/holding/syncer_test.rb:106. This will fail in Minitest 6.
DEPRECATED: Use assert_nil if expecting nil from test/models/account/holding/syncer_test.rb:107. This will fail in Minitest 6.

@zachgoll zachgoll merged commit 6bca35f into maybe-finance:main Aug 9, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants