Skip to content

Commit e04e887

Browse files
committed
Fix test descriptions
1 parent 21549cd commit e04e887

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/close_socket_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

5-
""" Protocol Tests """
5+
""" Close Socket Tests """
66

77
import mocket
88
import pytest

tests/fake_ssl_context_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

5-
""" Protocol Tests """
5+
""" FakeSLLSocket Tests """
66

77
import mocket
88
import pytest

tests/get_connection_manager_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

5-
""" Protocol Tests """
5+
""" Get Connection Manager Tests """
66

77
import mocket
88

0 commit comments

Comments
 (0)