Skip to content

Commit

Permalink
Test: a function name in FirebaseSessions' unit tests (#13828)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Oct 5, 2024
1 parent 53459a0 commit d37a551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseSessions/Tests/Unit/SessionStartEventTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class SessionStartEventTests: XCTestCase {
}
}

func test_newtworkInfo_onlyPresentWhenPerformanceInstalled() {
func test_networkInfo_onlyPresentWhenPerformanceInstalled() {
let mockNetworkInfo = MockNetworkInfo()
mockNetworkInfo.networkType = .mobile
// Mobile Subtypes are always empty on non-iOS platforms, and
Expand Down

0 comments on commit d37a551

Please sign in to comment.