mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-07 07:56:12 +00:00
Fix test
This commit is contained in:
parent
af3303c7b8
commit
81a2da1f3f
@ -19,7 +19,7 @@ namespace CryptoExchange.Net.UnitTests
|
||||
|
||||
private class TestableSymbolOrderBook : SymbolOrderBook
|
||||
{
|
||||
public TestableSymbolOrderBook() : base(null, "Test", "BTC/USD")
|
||||
public TestableSymbolOrderBook() : base(null, "Test", "Test", "BTC/USD")
|
||||
{
|
||||
Initialize(_defaultOrderBookOptions);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user