Skip to content

Commit 7575016

Browse files
authored
Review FirebaseRemoteConfig Tests Unit files (#13364)
1 parent 97ee266 commit 7575016

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

FirebaseRemoteConfig/Tests/Unit/FIRRemoteConfigComponentTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ - (void)testRegistersAsLibrary {
116116
XCTAssertEqual(provider, sameProvider);
117117
XCTAssertEqual(interop, sameInterop);
118118

119-
// Dynamic typing, both prototols are refering to the same component instance
119+
// Dynamic typing, both prototols are referring to the same component instance
120120
id providerID = provider;
121121
id interopID = interop;
122122
XCTAssertEqualObjects(providerID, interopID);

FirebaseRemoteConfig/Tests/Unit/RCNConfigContentTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ - (void)testCheckAndWaitForInitialDatabaseLoad {
326326

327327
// Check that no one of first three calls of `-checkAndWaitForInitialDatabaseLoad` do not produce
328328
// timeout error <end>.
329-
// This make us sure that there no threads "stucked" on `-checkAndWaitForInitialDatabaseLoad`.
329+
// This make us sure that there no threads "stuck" on `-checkAndWaitForInitialDatabaseLoad`.
330330
[self waitForExpectationsWithTimeout:0.5 * kDatabaseLoadTimeoutSecs handler:nil];
331331
}
332332

FirebaseRemoteConfig/Tests/Unit/RCNInstanceIDTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ - (void)mockInstanceIDMethodForTokenAndIdentity:(nullable NSString *)token
182182
tokenError:(nullable NSError *)tokenError
183183
identity:(nullable NSString *)identity
184184
identityError:(nullable NSError *)identityError {
185-
// Mock the installations retreival method.
185+
// Mock the installations retrieval method.
186186
_installationsMock = OCMClassMock([FIRInstallations class]);
187187

188188
id installationIDCompletionArg =

0 commit comments

Comments
 (0)