We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2557af commit fa491eeCopy full SHA for fa491ee
test/Sentry.Tests/TimingTests.cs
@@ -28,7 +28,7 @@ public Fixture()
28
Debug = true,
29
DiagnosticLogger = Logger
30
};
31
- MetricAggregator = Substitute.For<MetricAggregator>(Options, MetricHub, null, true, null);
+ MetricAggregator = Substitute.For<MetricAggregator>(Options, MetricHub, null, true);
32
}
33
34
public Timing GetSut() => new(MetricAggregator, MetricHub, Options, Key, Unit, Tags, 1);
0 commit comments