Skip to content

Commit 71a708b

Browse files
committed
Misc
1 parent 50b9011 commit 71a708b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ArchiSteamFarm.Tests/ArchiCryptoHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ internal async Task CanEncryptDecrypt(ECryptoMethod cryptoMethod) {
5454

5555
[TestMethod]
5656
internal async Task CanEncryptDecryptProtectedDataForCurrentUser() {
57+
// Not supported on other platforms than Windows
5758
if (!OperatingSystem.IsWindows()) {
58-
// Not supported on other platforms than Windows
59-
return;
59+
Assert.Inconclusive($"!{nameof(OperatingSystem.IsWindows)}");
6060
}
6161

6262
await CanEncryptDecrypt(ECryptoMethod.ProtectedDataForCurrentUser).ConfigureAwait(false);

0 commit comments

Comments
 (0)