mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-23 20:17:58 +03:00
Validate Update in ClientTest
This commit is contained in:
parent
3001f2a5c4
commit
33393e8725
@ -84,6 +84,8 @@ namespace Facepunch.Steamworks.Test
|
||||
var sw = new Stopwatch();
|
||||
using ( var client = new Facepunch.Steamworks.Client( 252490 ) )
|
||||
{
|
||||
Assert.IsTrue(client.IsValid);
|
||||
|
||||
for( int i=0; i<1024; i++ )
|
||||
{
|
||||
sw.Restart();
|
||||
|
Loading…
x
Reference in New Issue
Block a user