Skip to content

Commit f9e6a72

Browse files
fix: correct typo in test function name
1 parent 869d6ef commit f9e6a72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/test/testipc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_multiple_messages(self) -> None:
102102
# This is really slow, so it is skipped, but can be enabled if
103103
# needed to debug IPC issues.
104104
@pytest.mark.skip
105-
def test_connect_alot(self) -> None:
105+
def test_connect_a_lot(self) -> None:
106106
t0 = time.time()
107107
for i in range(1000):
108108
try:

0 commit comments

Comments
 (0)