Skip to content

Commit

Permalink
test for #115
Browse files Browse the repository at this point in the history
  • Loading branch information
vslee committed Mar 17, 2022
1 parent 3db2819 commit 23986b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IEXSharpTest/Cloud/CoreData/StockResearchTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ public async Task InstitutionalOwnerShipAsyncTest(string symbol)

[Test]
[TestCase("AACG")]
[TestCase("AACQ")]
[TestCase("AACQX")]
[TestCase("AACQU")]
[TestCase("AAPL")]
[TestCase("FB")]
[TestCase("TSLA")]
public async Task KeyStatsAsyncTest(string symbol)
{
var response = await sandBoxClient.StockResearch.KeyStatsAsync(symbol);
Expand Down

0 comments on commit 23986b2

Please sign in to comment.