Skip to content

Commit

Permalink
Update TemplateBrokerageDataQueueHandlerTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Molinero authored Nov 1, 2023
1 parent 4518988 commit 4e33a4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void StreamsData(Symbol symbol, Resolution resolution, bool throwsExcepti
{
ProcessFeed(brokerage.Subscribe(config, (s, e) => { }),
cancelationToken,
(baseData) => { if (baseData != null) { Log.Trace("{baseData}"); }
(baseData) => { if (baseData != null) { Log.Trace($"{baseData}"); }
});
}

Expand All @@ -78,4 +78,4 @@ public void StreamsData(Symbol symbol, Resolution resolution, bool throwsExcepti
cancelationToken.Cancel();
}
}
}
}

0 comments on commit 4e33a4f

Please sign in to comment.