Skip to content

Commit

Permalink
Minor unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed Jan 21, 2025
1 parent 951087c commit 5358e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Common/Data/UniverseSelection/OptionUniverseTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void OneTimeSetUp()
public void RoundTripCsvConversion()
{
var stringBuilder = new StringBuilder();
stringBuilder.AppendLine("#" + OptionUniverse.CsvHeader);
stringBuilder.AppendLine("#" + OptionUniverse.CsvHeader(SecurityType.Option));

foreach (var data in _optionUniverseFile)
{
Expand Down

0 comments on commit 5358e24

Please sign in to comment.