Skip to content

Commit

Permalink
Fix: a repeated typo in multiple test files of the FirebaseStorage (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Oct 5, 2024
1 parent cdbd2c8 commit 079295c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FirebaseStorage/Tests/ObjCIntegration/ObjCAPITests.m
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ - (void)FIRStorageTaskManagementApis:(id<FIRStorageTaskManagement>)task {
[task resume];
}

- (void)FIRStorageTaskSnaphotApis:(FIRStorageTaskSnapshot *)snapshot {
- (void)FIRStorageTaskSnapshotApis:(FIRStorageTaskSnapshot *)snapshot {
[snapshot task];
[snapshot metadata];
[snapshot reference];
Expand Down
2 changes: 1 addition & 1 deletion FirebaseStorage/Tests/ObjCIntegration/ObjCPPAPITests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ - (void)FIRStorageTaskManagementApis:(id<FIRStorageTaskManagement>)task {
[task resume];
}

- (void)FIRStorageTaskSnaphotApis:(FIRStorageTaskSnapshot *)snapshot {
- (void)FIRStorageTaskSnapshotApis:(FIRStorageTaskSnapshot *)snapshot {
[snapshot task];
[snapshot metadata];
[snapshot reference];
Expand Down

0 comments on commit 079295c

Please sign in to comment.