From 635ba1747c181ac6cbe522e57a30bb642fc9a28f Mon Sep 17 00:00:00 2001 From: Ben Davison Date: Thu, 30 Jan 2020 17:59:21 +0000 Subject: [PATCH] removed not implemented exception from the dispose override in the TestableSymbolOrderBook implementation --- CryptoExchange.Net.UnitTests/SymbolOrderBookTests.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CryptoExchange.Net.UnitTests/SymbolOrderBookTests.cs b/CryptoExchange.Net.UnitTests/SymbolOrderBookTests.cs index efbe657..d0ac5c6 100644 --- a/CryptoExchange.Net.UnitTests/SymbolOrderBookTests.cs +++ b/CryptoExchange.Net.UnitTests/SymbolOrderBookTests.cs @@ -22,10 +22,7 @@ namespace CryptoExchange.Net.UnitTests { } - public override void Dispose() - { - throw new NotImplementedException(); - } + public override void Dispose() {} protected override Task> DoResync() {