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
@@ -27,13 +27,14 @@ final class SentryHttpTransportFlushIntegrationTests: XCTestCase {
27
27
28
28
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
// Wait until the dispath queue drains to confirm the envelope is stored
37
+
// Wait until the dispatch queue drains to confirm the envelope is stored
37
38
waitForEnvelopeToBeStored(dispatchQueueWrapper)
38
39
39
40
varblockingDurationSum:TimeInterval=0.0
@@ -54,12 +55,11 @@ final class SentryHttpTransportFlushIntegrationTests: XCTestCase {
54
55
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
// Wait until the dispath queue drains to confirm the envelope is stored
62
+
// Wait until the dispatch queue drains to confirm the envelope is stored
63
63
waitForEnvelopeToBeStored(dispatchQueueWrapper)
64
64
65
65
XCTAssertEqual(sut.flush(self.flushTimeout),.success,"Flush should not time out.")
@@ -70,14 +70,15 @@ final class SentryHttpTransportFlushIntegrationTests: XCTestCase {
70
70
71
71
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@@ -90,7 +91,8 @@ final class SentryHttpTransportFlushIntegrationTests: XCTestCase {
90
91
91
92
@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