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 @@ -402,7 +402,7 @@ public async Task RedirectSTDINKeepStreamOpen()
402402 [ Fact ]
403403 [ Trait ( "Level" , "L0" ) ]
404404 [ Trait ( "Category" , "Common" ) ]
405- public async Task OomScoreAdjIsWriten_Default ( )
405+ public async Task OomScoreAdjIsWritten_Default ( )
406406 {
407407 // We are on a system that supports oom_score_adj in procfs as assumed by ProcessInvoker
408408 string testProcPath = $ "/proc/{ Process . GetCurrentProcess ( ) . Id } /oom_score_adj";
@@ -438,7 +438,7 @@ public async Task OomScoreAdjIsWriten_Default()
438438 [ Fact ]
439439 [ Trait ( "Level" , "L0" ) ]
440440 [ Trait ( "Category" , "Common" ) ]
441- public async Task OomScoreAdjIsWriten_FromEnv ( )
441+ public async Task OomScoreAdjIsWritten_FromEnv ( )
442442 {
443443 // We are on a system that supports oom_score_adj in procfs as assumed by ProcessInvoker
444444 string testProcPath = $ "/proc/{ Process . GetCurrentProcess ( ) . Id } /oom_score_adj";
You can’t perform that action at this time.
0 commit comments