Skip to content

Commit

Permalink
Fix FirebaseDatabase integration test leftovers (#13809)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Oct 4, 2024
1 parent 80a5657 commit 3c754ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FirebaseDatabase/Tests/Integration/FEventTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ - (void)testOnceValueFiresExactlyOnce {
}];
}

- (void)testOnceChildAddedFiresExaclyOnce {
- (void)testOnceChildAddedFiresExactlyOnce {
__block int badCount = 0;

// for(int i = 0; i < 100; i++) {
Expand Down Expand Up @@ -400,7 +400,7 @@ - (void)testOnceChildAddedFiresExaclyOnce {
NSLog(@"BADCOUNT: %d", badCount);
}

- (void)testOnceValueFiresExacltyOnceEvenIfThereIsASetInsideCallback {
- (void)testOnceValueFiresExactlyOnceEvenIfThereIsASetInsideCallback {
FIRDatabaseReference* path = [FTestHelpers getRandomNode];
__block BOOL firstCall = YES;
__block BOOL done = NO;
Expand Down

0 comments on commit 3c754ed

Please sign in to comment.