Skip to content

Commit

Permalink
Minor tests change
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed Feb 21, 2024
1 parent e85e757 commit 5f50e7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void GetExchangeWithListingID(string listingID, string expectedExchange)
}

[TestCase("tcs")]
[TestCase("hdfc")]
[TestCase("ltts")]
public void IsKnownBrokerageSymbol(string symbol)
{
Assert.IsTrue(_symbolMapper.IsKnownBrokerageSymbol(symbol));
Expand Down

0 comments on commit 5f50e7f

Please sign in to comment.