Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address deprecation warning from minitest
Using assert_equal nil will be deprecated in minitest 6. We should address this deprecation so upgrading will be easier when the time comes, as well as to keep our test outputs nice and clear. Deprecation warning: DEPRECATED: Use assert_nil if expecting nil. This will fail in Minitest 6.
- Loading branch information