1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Updated version

This commit is contained in:
Jkorf
2022-02-24 12:55:59 +01:00
parent 0c6e74911d
commit 63d4af8543
5 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ namespace CryptoExchange.Net.UnitTests
{
}
public TestClientOptions(TestClientOptions? baseOn): base(baseOn)
public TestClientOptions(TestClientOptions baseOn): base(baseOn)
{
if (baseOn == null)
return;