mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-22 05:42:53 +00:00
removed not implemented exception from the dispose override in the TestableSymbolOrderBook implementation
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user