mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-10 01:16:24 +00:00
Fix unit test
This commit is contained in:
parent
2e970b8f98
commit
4cc5692328
@ -33,6 +33,7 @@ namespace CryptoExchange.Net.UnitTests.TestImplementations
|
|||||||
|
|
||||||
public int ConnectCalls { get; private set; }
|
public int ConnectCalls { get; private set; }
|
||||||
public bool Reconnecting { get; set; }
|
public bool Reconnecting { get; set; }
|
||||||
|
public string Origin { get; set; }
|
||||||
|
|
||||||
public static int lastId = 0;
|
public static int lastId = 0;
|
||||||
public static object lastIdLock = new object();
|
public static object lastIdLock = new object();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user