Skip to content

Commit

Permalink
Fix FirebaseCore swift unit tests function names (#13779)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Oct 3, 2024
1 parent 4371cb5 commit 3857eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseCore/Tests/SwiftUnit/FirebaseAppTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class FirebaseAppTests: XCTestCase {
waitForExpectations(timeout: 1)
}

func testGetUnitializedDefaultApp() {
func testGetUninitializedDefaultApp() {
let app = FirebaseApp.app()
XCTAssertNil(app)
}
Expand Down

0 comments on commit 3857eac

Please sign in to comment.