Skip to content

Commit

Permalink
remove unneeded unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Nov 2, 2024
1 parent a2a3456 commit 6bc1cc1
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand All @@ -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
{
Expand Down

0 comments on commit 6bc1cc1

Please sign in to comment.