You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Swiftlint automatically changes this to a weak reference,
29
-
// but we need a strong reference to make the test work.
30
-
vardelegate:TestFileManagerDelegate!
31
-
// swiftlint:enable weak_delegate
32
-
33
29
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
34
30
init()throws{
35
31
currentDateProvider =TestCurrentDateProvider()
@@ -56,8 +52,6 @@ class SentryFileManagerTests: XCTestCase {
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@@ -499,7 +497,7 @@ class SentryFileManagerTests: XCTestCase {
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
0 commit comments