Skip to content

Commit dcc65ff

Browse files
committed
change type of SUT in MetricsIntegrationTests
1 parent 420d68e commit dcc65ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SentryTests/Integrations/Metrics/MetricsIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class MetricsIntegrationTests: XCTestCase {
3535
SentrySDKInternal.currentHub().startSession()
3636
}
3737

38-
private func getSut() throws -> MetricsIntegration<Dependencies> {
38+
private func getSut() throws -> MetricsIntegration<SentryDependencyContainer> {
3939
return try XCTUnwrap(SentrySDKInternal.currentHub().installedIntegrations().first as? MetricsIntegration)
4040
}
4141
}

0 commit comments

Comments
 (0)