1
0
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:
Ben Davison
2020-01-30 17:59:21 +00:00
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()
{ {