mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-07 16:06:15 +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()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
public override void Dispose() {}
|
||||
|
||||
protected override Task<CallResult<bool>> DoResync()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user