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 test warnings #107

Merged
merged 1 commit into from Jun 30, 2019
Merged

Fix test warnings #107

merged 1 commit into from Jun 30, 2019

Commits on Jun 20, 2019

  1. Fix test warnings

    The warnings:
    1) "DEPRECATED: Use assert_nil if expecting nil"
    2) warning: method redefined; discarding old test_integer_formatting,
    warning: previous definition of test_integer_formatting was here
    
    1) was fixed by using the suggested assert_nil
    2) was fixed by suffixing the duplicate test with "_default"
    npras committed Jun 20, 2019
    Copy the full SHA
    36f983b View commit details
    Browse the repository at this point in the history