Closed jrectenwald closed 7 years ago
@jrectenwald I am not 100% familiar with the tests on the sendgrid-ruby library, but I am assuming there are some tests just like this one there too :)
Hello @jrectenwald,
Thanks again for the PR!
We want to show our appreciation by sending you some swag. Could you please fill out this form so we can send it to you? Thanks!
Team SendGrid DX
When running the tests, there is a warning for the tests which use assert_equal for nil values
DEPRECATED: Use assert_nil if expecting nil
I added the assert_nil method in both of these cases.