Skip to content

Commit d37a551

Browse files
authored
Test: a function name in FirebaseSessions' unit tests (#13828)
1 parent 53459a0 commit d37a551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSessions/Tests/Unit/SessionStartEventTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class SessionStartEventTests: XCTestCase {
216216
}
217217
}
218218

219-
func test_newtworkInfo_onlyPresentWhenPerformanceInstalled() {
219+
func test_networkInfo_onlyPresentWhenPerformanceInstalled() {
220220
let mockNetworkInfo = MockNetworkInfo()
221221
mockNetworkInfo.networkType = .mobile
222222
// Mobile Subtypes are always empty on non-iOS platforms, and

0 commit comments

Comments
 (0)