From b15627ce4a9db3522f0a3ca59580b5f7687b9274 Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Sun, 16 Oct 2022 21:47:23 -0800 Subject: [PATCH] fix: typos (#2294) --- .../Integrations/Session/SentrySessionTrackerTests.swift | 2 +- .../Integrations/UIEvents/SentryUIEventTrackerTests.swift | 2 +- Tests/SentryTests/Networking/SentryHttpTransportTests.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/SentryTests/Integrations/Session/SentrySessionTrackerTests.swift b/Tests/SentryTests/Integrations/Session/SentrySessionTrackerTests.swift index ff041db64c0..c84a0fd93ea 100644 --- a/Tests/SentryTests/Integrations/Session/SentrySessionTrackerTests.swift +++ b/Tests/SentryTests/Integrations/Session/SentrySessionTrackerTests.swift @@ -254,7 +254,7 @@ class SentrySessionTrackerTests: XCTestCase { assertEndSessionSent(started: sessionStarted, duration: 1) } - func testAppRunning_LaunchBackgroundTaskImmidiately_UserResumesApp() { + func testAppRunning_LaunchBackgroundTaskImmediately_UserResumesApp() { let sessionStarted = fixture.currentDateProvider.date() sut.start() goToForeground() diff --git a/Tests/SentryTests/Integrations/UIEvents/SentryUIEventTrackerTests.swift b/Tests/SentryTests/Integrations/UIEvents/SentryUIEventTrackerTests.swift index cf13ad5c361..526a0ce6cea 100644 --- a/Tests/SentryTests/Integrations/UIEvents/SentryUIEventTrackerTests.swift +++ b/Tests/SentryTests/Integrations/UIEvents/SentryUIEventTrackerTests.swift @@ -191,7 +191,7 @@ class SentryUIEventTrackerTests: XCTestCase { assertFinishesTransaction(firstTransaction, operationClick) } - func testFinishedTransaction_DoesntFinishImmidiately_KeepsTransactionInMemory() { + func testFinishedTransaction_DoesntFinishImmediately_KeepsTransactionInMemory() { // We want firstTransaction to be deallocated by ARC func startChild() -> Span { diff --git a/Tests/SentryTests/Networking/SentryHttpTransportTests.swift b/Tests/SentryTests/Networking/SentryHttpTransportTests.swift index ecd968fed42..bf6943926c3 100644 --- a/Tests/SentryTests/Networking/SentryHttpTransportTests.swift +++ b/Tests/SentryTests/Networking/SentryHttpTransportTests.swift @@ -672,7 +672,7 @@ class SentryHttpTransportTests: XCTestCase { assertFlushBlocksAndFinishesSuccessfully() } - func testFlush_CalledMultipleTimes_ImmidiatelyReturnsFalse() { + func testFlush_CalledMultipleTimes_ImmediatelyReturnsFalse() { CurrentDate.setCurrentDateProvider(DefaultCurrentDateProvider.sharedInstance()) givenCachedEvents()