We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a5657 commit 3c754edCopy full SHA for 3c754ed
FirebaseDatabase/Tests/Integration/FEventTests.m
@@ -361,7 +361,7 @@ - (void)testOnceValueFiresExactlyOnce {
361
}];
362
}
363
364
-- (void)testOnceChildAddedFiresExaclyOnce {
+- (void)testOnceChildAddedFiresExactlyOnce {
365
__block int badCount = 0;
366
367
// for(int i = 0; i < 100; i++) {
@@ -400,7 +400,7 @@ - (void)testOnceChildAddedFiresExaclyOnce {
400
NSLog(@"BADCOUNT: %d", badCount);
401
402
403
-- (void)testOnceValueFiresExacltyOnceEvenIfThereIsASetInsideCallback {
+- (void)testOnceValueFiresExactlyOnceEvenIfThereIsASetInsideCallback {
404
FIRDatabaseReference* path = [FTestHelpers getRandomNode];
405
__block BOOL firstCall = YES;
406
__block BOOL done = NO;
0 commit comments