mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-04 01:30:30 +03:00
Test warning fixes
This commit is contained in:
parent
fff2fc6098
commit
d671c1ddc8
@ -13,7 +13,7 @@ namespace Steamworks
|
|||||||
public class RemoteStorageTest
|
public class RemoteStorageTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public async Task Quotas()
|
public void Quotas()
|
||||||
{
|
{
|
||||||
Console.WriteLine( $"SteamRemoteStorage.QuotaBytes: {SteamRemoteStorage.QuotaBytes}" );
|
Console.WriteLine( $"SteamRemoteStorage.QuotaBytes: {SteamRemoteStorage.QuotaBytes}" );
|
||||||
Console.WriteLine( $"SteamRemoteStorage.QuotaRemainingBytes: {SteamRemoteStorage.QuotaRemainingBytes}" );
|
Console.WriteLine( $"SteamRemoteStorage.QuotaRemainingBytes: {SteamRemoteStorage.QuotaRemainingBytes}" );
|
||||||
@ -21,7 +21,7 @@ namespace Steamworks
|
|||||||
}
|
}
|
||||||
|
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public async Task IsCloudEnabled()
|
public void IsCloudEnabled()
|
||||||
{
|
{
|
||||||
Console.WriteLine( $"SteamRemoteStorage.IsCloudEnabled: {SteamRemoteStorage.IsCloudEnabled}" );
|
Console.WriteLine( $"SteamRemoteStorage.IsCloudEnabled: {SteamRemoteStorage.IsCloudEnabled}" );
|
||||||
Console.WriteLine( $"SteamRemoteStorage.IsCloudEnabledForAccount: {SteamRemoteStorage.IsCloudEnabledForAccount}" );
|
Console.WriteLine( $"SteamRemoteStorage.IsCloudEnabledForAccount: {SteamRemoteStorage.IsCloudEnabledForAccount}" );
|
||||||
|
@ -13,7 +13,7 @@ namespace Steamworks
|
|||||||
public class UgcTest
|
public class UgcTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public async Task Download()
|
public void Download()
|
||||||
{
|
{
|
||||||
SteamUGC.Download( 1717844711 );
|
SteamUGC.Download( 1717844711 );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user