We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420d68e commit dcc65ffCopy full SHA for dcc65ff
Tests/SentryTests/Integrations/Metrics/MetricsIntegrationTests.swift
@@ -35,7 +35,7 @@ class MetricsIntegrationTests: XCTestCase {
35
SentrySDKInternal.currentHub().startSession()
36
}
37
38
- private func getSut() throws -> MetricsIntegration<Dependencies> {
+ private func getSut() throws -> MetricsIntegration<SentryDependencyContainer> {
39
return try XCTUnwrap(SentrySDKInternal.currentHub().installedIntegrations().first as? MetricsIntegration)
40
41
0 commit comments