File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tests/SentryTests/Integrations/Performance/AppStartTracking Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,15 +152,15 @@ class SentryAppStartTrackerTests: NotificationCenterTestCase {
152152#endif
153153 }
154154
155- func testAppLaunches_OSPrewarmedProcess_FeatureDisabled_AppStartUpShortened ( ) {
155+ func testAppLaunches_OSPrewarmedProcess_FeatureDisabled_NoAppStartUp ( ) {
156156 fixture. enablePreWarmedAppStartTracking = false
157157
158158 setenv ( " ActivePrewarm " , " 1 " , 1 )
159159 SentryAppStartTracker . load ( )
160160 givenSystemNotRebooted ( )
161161
162162 fixture. fileManager. moveAppStateToPreviousAppState ( )
163- startApp ( processStartTimeStamp : fixture . currentDate . date ( ) . addingTimeInterval ( - 60 * 60 * 4 ) )
163+ startApp ( )
164164#if os(iOS)
165165 if #available( iOS 14 . 0 , * ) {
166166 assertNoAppStartUp ( )
You can’t perform that action at this time.
0 commit comments