Skip to content

Commit

Permalink
Fixing a test/bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
alrod committed Oct 13, 2020
1 parent a29cd88 commit 2169801
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ await TestHelpers.Await(() =>
logs.Single(p => p.EndsWith($"From TraceWriter: {guid1}"));
logs.Single(p => p.EndsWith($"From ILogger: {guid2}"));

// Make sure we get a metric logged from both ILogger and TraceWriter
var key = MetricsEventManager.GetAggregateKey(MetricEventNames.FunctionUserLog, "Scenarios");
Assert.Equal(2, Fixture.MetricsLogger.LoggedEvents.Where(p => p == key).Count());

// Make sure we've gotten a log from the aggregator
IEnumerable<LogMessage> getAggregatorLogs() => Fixture.Host.GetScriptHostLogMessages().Where(p => p.Category == LogCategories.Aggregator);

Expand Down

0 comments on commit 2169801

Please sign in to comment.