Skip to content

Commit 079295c

Browse files
authored
Fix: a repeated typo in multiple test files of the FirebaseStorage (#13817)
1 parent cdbd2c8 commit 079295c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseStorage/Tests/ObjCIntegration/ObjCAPITests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ - (void)FIRStorageTaskManagementApis:(id<FIRStorageTaskManagement>)task {
207207
[task resume];
208208
}
209209

210-
- (void)FIRStorageTaskSnaphotApis:(FIRStorageTaskSnapshot *)snapshot {
210+
- (void)FIRStorageTaskSnapshotApis:(FIRStorageTaskSnapshot *)snapshot {
211211
[snapshot task];
212212
[snapshot metadata];
213213
[snapshot reference];

FirebaseStorage/Tests/ObjCIntegration/ObjCPPAPITests.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ - (void)FIRStorageTaskManagementApis:(id<FIRStorageTaskManagement>)task {
205205
[task resume];
206206
}
207207

208-
- (void)FIRStorageTaskSnaphotApis:(FIRStorageTaskSnapshot *)snapshot {
208+
- (void)FIRStorageTaskSnapshotApis:(FIRStorageTaskSnapshot *)snapshot {
209209
[snapshot task];
210210
[snapshot metadata];
211211
[snapshot reference];

0 commit comments

Comments
 (0)