diff --git a/FirebaseStorage/Tests/ObjCIntegration/ObjCAPITests.m b/FirebaseStorage/Tests/ObjCIntegration/ObjCAPITests.m index a66038ab64f..ccf5aae81a5 100644 --- a/FirebaseStorage/Tests/ObjCIntegration/ObjCAPITests.m +++ b/FirebaseStorage/Tests/ObjCIntegration/ObjCAPITests.m @@ -207,7 +207,7 @@ - (void)FIRStorageTaskManagementApis:(id)task { [task resume]; } -- (void)FIRStorageTaskSnaphotApis:(FIRStorageTaskSnapshot *)snapshot { +- (void)FIRStorageTaskSnapshotApis:(FIRStorageTaskSnapshot *)snapshot { [snapshot task]; [snapshot metadata]; [snapshot reference]; diff --git a/FirebaseStorage/Tests/ObjCIntegration/ObjCPPAPITests.mm b/FirebaseStorage/Tests/ObjCIntegration/ObjCPPAPITests.mm index 35ce5696f65..1c90e79126c 100644 --- a/FirebaseStorage/Tests/ObjCIntegration/ObjCPPAPITests.mm +++ b/FirebaseStorage/Tests/ObjCIntegration/ObjCPPAPITests.mm @@ -205,7 +205,7 @@ - (void)FIRStorageTaskManagementApis:(id)task { [task resume]; } -- (void)FIRStorageTaskSnaphotApis:(FIRStorageTaskSnapshot *)snapshot { +- (void)FIRStorageTaskSnapshotApis:(FIRStorageTaskSnapshot *)snapshot { [snapshot task]; [snapshot metadata]; [snapshot reference];