Skip to content

Commit

Permalink
fix: typos (#2294)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight authored Oct 17, 2022
1 parent f2baae2 commit b15627c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ class SentryHttpTransportTests: XCTestCase {
assertFlushBlocksAndFinishesSuccessfully()
}

func testFlush_CalledMultipleTimes_ImmidiatelyReturnsFalse() {
func testFlush_CalledMultipleTimes_ImmediatelyReturnsFalse() {
CurrentDate.setCurrentDateProvider(DefaultCurrentDateProvider.sharedInstance())

givenCachedEvents()
Expand Down

0 comments on commit b15627c

Please sign in to comment.