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

Relax test assertions #193

Merged
merged 1 commit into from
Apr 27, 2022
Merged

Relax test assertions #193

merged 1 commit into from
Apr 27, 2022

Commits on Apr 26, 2022

  1. Relax test assertions

    The current assertions are too coupled to the exact error message
    produced by the Go net package internals, which can vary between
    versions and platforms.
    
    We don't really need this strong of an assertion. All we need to know is
    that the Close() method was wired through appropriately.
    
    Signed-off-by: Andrew Harding <aharding@vmware.com>
    azdagron committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    f53e81c View commit details
    Browse the repository at this point in the history