File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments