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

Remove "tcp://" from address in SocketError test #15

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

ghocevar
Copy link
Contributor

@ghocevar ghocevar commented Nov 1, 2023

This PR addresses the failing test 'SocketError is thrown on connect failure' because of tcp:// prefix at the start of socket address string. Removing this prefix allowed the test to pass successfully.

image

However, if this is not desired, ignore (and close) the PR and fix the issue other way. 😄

Copy link
Owner

@Ethan-Arrowood Ethan-Arrowood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 😄 thank you!

@Ethan-Arrowood Ethan-Arrowood merged commit b7f050e into Ethan-Arrowood:main Nov 2, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants