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

pool: Correct some test failure paths. #404

Merged

Commits on Oct 5, 2023

  1. pool: Correct some test failure paths.

    The current tests in the client message handling incorrect reference the
    fields of a response message in the case the message type isn't the
    expected type which would be a panic since the instance variable would
    be nil in that case.
    
    This corrects that by showing the expected and received message types
    instead.
    davecgh committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    78382ba View commit details
    Browse the repository at this point in the history