From 6bc1cc1cd04ca96c54fabfc97a9ce4473d759b60 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Sat, 2 Nov 2024 18:40:29 -0400 Subject: [PATCH] remove unneeded unit tests --- .../_common/Observables/StreamHub.CacheMgmt.Tests.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/indicators/_common/Observables/StreamHub.CacheMgmt.Tests.cs b/tests/indicators/_common/Observables/StreamHub.CacheMgmt.Tests.cs index 2ebd45acf..188ba1470 100644 --- a/tests/indicators/_common/Observables/StreamHub.CacheMgmt.Tests.cs +++ b/tests/indicators/_common/Observables/StreamHub.CacheMgmt.Tests.cs @@ -3,12 +3,6 @@ namespace Observables; [TestClass] public class CacheManagement : TestBase { - [TestMethod] - public void ModifyWithAnalysis() => Assert.Inconclusive("test not implemented"); - - [TestMethod] - public void ModifyWithAct() => Assert.Inconclusive("test not implemented"); - [TestMethod] public void Remove() { @@ -24,9 +18,6 @@ public void Remove() observer.Results[19].Sma.Should().BeApproximately(214.5260, precision: DoublePrecision); } - [TestMethod] // TODO: tests should include all Act enum methods - public void ActInstructions() => Assert.Inconclusive("test not implemented"); - [TestMethod] public void ActAddOld() // late arrival {