mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-15 22:10:30 +00:00
Misc
This commit is contained in:
@@ -54,9 +54,9 @@ internal sealed class ArchiCryptoHelper {
|
||||
|
||||
[TestMethod]
|
||||
internal async Task CanEncryptDecryptProtectedDataForCurrentUser() {
|
||||
// Not supported on other platforms than Windows
|
||||
if (!OperatingSystem.IsWindows()) {
|
||||
// Not supported on other platforms than Windows
|
||||
return;
|
||||
Assert.Inconclusive($"!{nameof(OperatingSystem.IsWindows)}");
|
||||
}
|
||||
|
||||
await CanEncryptDecrypt(ECryptoMethod.ProtectedDataForCurrentUser).ConfigureAwait(false);
|
||||
|
||||
Reference in New Issue
Block a user