Add solution dependencies for unit test

This commit is contained in:
2025-11-03 16:25:38 -05:00
parent e6ad9fcbd9
commit 58e8664176
2 changed files with 2 additions and 5 deletions

View File

@@ -51,11 +51,6 @@ public class MarketDataUnitTestClass
return true;
}
// public static Price GetLatestPriceBarChart(string symbol);
// public static Price GetLatestPriceGoogle(string symbol);
// public static Price GetLatestPriceRobinhood(string symbol);
[TestMethod]
public void GetDailyPricesYahooRetrieval()
{