Skip to content

Commit fa491ee

Browse files
Update TimingTests.cs
1 parent c2557af commit fa491ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sentry.Tests/TimingTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public Fixture()
2828
Debug = true,
2929
DiagnosticLogger = Logger
3030
};
31-
MetricAggregator = Substitute.For<MetricAggregator>(Options, MetricHub, null, true, null);
31+
MetricAggregator = Substitute.For<MetricAggregator>(Options, MetricHub, null, true);
3232
}
3333

3434
public Timing GetSut() => new(MetricAggregator, MetricHub, Options, Key, Unit, Tags, 1);

0 commit comments

Comments
 (0)