Skip to content

Commit e94c315

Browse files
freakboy3742hugovk
andauthored
Correct capitalisation of GitHub
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 5276271 commit e94c315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_socketserver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,15 @@ def test_ForkingUDPServer(self):
224224

225225
@requires_unix_sockets
226226
@unittest.skipIf(test.support.is_apple_mobile and test.support.on_github_actions,
227-
"gh-140702: Test fails regularly on iOS simulator on Github Actions")
227+
"gh-140702: Test fails regularly on iOS simulator on GitHub Actions")
228228
def test_UnixDatagramServer(self):
229229
self.run_server(socketserver.UnixDatagramServer,
230230
socketserver.DatagramRequestHandler,
231231
self.dgram_examine)
232232

233233
@requires_unix_sockets
234234
@unittest.skipIf(test.support.is_apple_mobile and test.support.on_github_actions,
235-
"gh-140702: Test fails regularly on iOS simulator on Github Actions")
235+
"gh-140702: Test fails regularly on iOS simulator on GitHub Actions")
236236
def test_ThreadingUnixDatagramServer(self):
237237
self.run_server(socketserver.ThreadingUnixDatagramServer,
238238
socketserver.DatagramRequestHandler,

0 commit comments

Comments
 (0)