We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f471b14 commit 27e7b41Copy full SHA for 27e7b41
1 file changed
Tests/InstitutionalFund/InstitutionalFundTests.cs
@@ -61,10 +61,6 @@ public async Task GetForm13FAsync()
61
62
result.AssertNoErrors();
63
Assert.NotEmpty(result.Data);
64
-
65
- var apple = result.Data.First(_ => _.Tickercusip == "AAPL");
66
67
- Assert.Equal(245155566, apple.Shares);
68
}
69
70
0 commit comments