Skip to content

Commit

Permalink
fix: typo (#4632)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight authored Dec 14, 2024
1 parent 4f2aced commit 419f1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/SentryTests/Networking/SentryHttpTransportTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class SentryHttpTransportTests: XCTestCase {
assertRequestsSent(requestCount: 1)
assertEnvelopesStored(envelopeCount: 0)

assertEventAndSesionAreSentInOneEnvelope()
assertEventAndSessionAreSentInOneEnvelope()
}

func testSendEventWithFaultyNSUrlRequest() {
Expand Down Expand Up @@ -1079,7 +1079,7 @@ class SentryHttpTransportTests: XCTestCase {
XCTAssertEqual(fixture.eventWithAttachmentRequest.httpBody, actualEventRequest?.httpBody, "Event was not sent as envelope.")
}

private func assertEventAndSesionAreSentInOneEnvelope() {
private func assertEventAndSessionAreSentInOneEnvelope() {
let actualEventRequest = fixture.requestManager.requests.last
XCTAssertEqual(fixture.eventWithSessionRequest.httpBody, actualEventRequest?.httpBody, "Request for event with session is faulty.")
}
Expand Down

0 comments on commit 419f1d4

Please sign in to comment.