1
0
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:
Ben Davison 2020-01-30 17:59:21 +00:00
parent 08d7022815
commit 635ba1747c

View File

@ -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()
{