Skip to content

Commit 4bee220

Browse files
authored
Enhance FirebaseInAppMessaging unit test files (#13802)
1 parent b1282a4 commit 4bee220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseInAppMessaging/Tests/Unit/FIRIAMMessageClientCacheTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ - (void)testCallingStartAnalyticsEventListenFlow_ok {
328328
self.clientCache.analycisEventDislayCheckFlow = mockAnalyticsEventFlow;
329329

330330
// m2 and m4 are messages rendered on 'test_event' Firebase Analytics event
331-
// so we espect the analytics event listening flow to be started
331+
// so we expect the analytics event listening flow to be started
332332
OCMExpect([mockAnalyticsEventFlow start]);
333333
[self.clientCache setMessageData:@[ m1, m2, m3, m4 ]];
334334
OCMVerifyAll((id)mockAnalyticsEventFlow);

0 commit comments

Comments
 (0)