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