mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-03-12 21:23:13 -07:00
Fix CI-master failures for run #22804086303
This commit is contained in:
@@ -78,8 +78,8 @@ namespace winPEAS.Tests
|
|||||||
ParseOnly("-network", "auto");
|
ParseOnly("-network", "auto");
|
||||||
Assert.IsTrue(winPEAS.Checks.Checks.IsNetworkScan,
|
Assert.IsTrue(winPEAS.Checks.Checks.IsNetworkScan,
|
||||||
"-network auto (space-separated) should set IsNetworkScan");
|
"-network auto (space-separated) should set IsNetworkScan");
|
||||||
Assert.AreEqual("auto", winPEAS.Checks.Checks.NetworkScanOptions,
|
Assert.IsTrue(string.Equals("auto", winPEAS.Checks.Checks.NetworkScanOptions, StringComparison.OrdinalIgnoreCase),
|
||||||
StringComparer.OrdinalIgnoreCase);
|
"-network auto (space-separated) should set IsNetworkScan");
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
|||||||
Reference in New Issue
Block a user