Skip to content

Commit fb5807e

Browse files
committed
spelling: written
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent e606289 commit fb5807e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Test/L0/ProcessInvokerL0.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)