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 0ab3ccc commit 5e61cddCopy full SHA for 5e61cdd
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