We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6b4ae commit 15fcb9fCopy full SHA for 15fcb9f
src/libraries/System.Diagnostics.Process/tests/ProcessTests.cs
@@ -2295,7 +2295,7 @@ public void LongProcessNamesAreSupported()
2295
Process[] runningProcesses = Process.GetProcesses();
2296
try
2297
{
2298
- Assert.Contains(runningProcesses, p => p.ProcessName == LongProcessName);
+ Assert.Contains(runningProcesses, p => p.ProcessName.Contains(LongProcessName));
2299
}
2300
finally
2301
0 commit comments