We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5200a8e commit f0429acCopy full SHA for f0429ac
tests/nugraph.Tests/NugraphTests.cs
@@ -25,7 +25,7 @@ public async Task Diagnose()
25
using (new AssertionScope())
26
{
27
result.Should().Match(stdOutPattern: "nugraph:*");
28
- result.StdOut.Should().NotContain(Path.DirectorySeparatorChar + Environment.UserName + Path.DirectorySeparatorChar);
+ result.StdOut.Should().NotContain(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile));
29
}
30
31
0 commit comments