From 5ceeb03d8af4bc6166fa4a228401421a9e6cf01b Mon Sep 17 00:00:00 2001 From: Seyed Mojtaba Hosseini Zeidabadi Date: Sat, 5 Oct 2024 14:10:26 +0330 Subject: [PATCH] Fix: a repeated typo in multiple test files of the FirebaseStorage --- FirebaseStorage/Tests/ObjCIntegration/ObjCAPITests.m | 2 +- FirebaseStorage/Tests/ObjCIntegration/ObjCPPAPITests.mm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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];