Fix CI-master failures for run #22804086303 (#613)

Co-authored-by: chack-agent <chack-agent@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-03-07 23:55:03 +01:00
committed by GitHub
parent 2f923de45a
commit 658fa66b18
@@ -78,8 +78,8 @@ namespace winPEAS.Tests
ParseOnly("-network", "auto");
Assert.IsTrue(winPEAS.Checks.Checks.IsNetworkScan,
"-network auto (space-separated) should set IsNetworkScan");
Assert.AreEqual("auto", winPEAS.Checks.Checks.NetworkScanOptions,
StringComparer.OrdinalIgnoreCase);
Assert.IsTrue(string.Equals("auto", winPEAS.Checks.Checks.NetworkScanOptions, StringComparison.OrdinalIgnoreCase),
"-network auto (space-separated) should set IsNetworkScan");
}
[TestMethod]