Skip to content

Commit 3c754ed

Browse files
authored
Fix FirebaseDatabase integration test leftovers (#13809)
1 parent 80a5657 commit 3c754ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseDatabase/Tests/Integration/FEventTests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ - (void)testOnceValueFiresExactlyOnce {
361361
}];
362362
}
363363

364-
- (void)testOnceChildAddedFiresExaclyOnce {
364+
- (void)testOnceChildAddedFiresExactlyOnce {
365365
__block int badCount = 0;
366366

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

403-
- (void)testOnceValueFiresExacltyOnceEvenIfThereIsASetInsideCallback {
403+
- (void)testOnceValueFiresExactlyOnceEvenIfThereIsASetInsideCallback {
404404
FIRDatabaseReference* path = [FTestHelpers getRandomNode];
405405
__block BOOL firstCall = YES;
406406
__block BOOL done = NO;

0 commit comments

Comments
 (0)