mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-08 00:16:27 +00:00
removed not implemented exception from the dispose override in the TestableSymbolOrderBook implementation
This commit is contained in:
parent
08d7022815
commit
635ba1747c
@ -22,10 +22,7 @@ namespace CryptoExchange.Net.UnitTests
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void Dispose()
|
public override void Dispose() {}
|
||||||
{
|
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override Task<CallResult<bool>> DoResync()
|
protected override Task<CallResult<bool>> DoResync()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user