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

[Minor Change] Correcting comment in the test file conftest.py #4180

Merged
merged 1 commit into from
Oct 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def unix_sockname(tmp_path, tmp_path_factory):

# N.B. Different OS kernels have different fs path length limitations
# for it. For Linux, it's 108, for HP-UX it's 92 (or higher) depending
# on its version. For for most of the BSDs (Open, Free, macOS) it's
# on its version. For most of the BSDs (Open, Free, macOS) it's
# mostly 104 but sometimes it can be down to 100.

# Ref: https://github.com/aio-libs/aiohttp/issues/3572
Expand Down