Skip to content

Commit

Permalink
Fix FirebaseDatabase integration test files content (#13783)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Oct 3, 2024
1 parent 3857eac commit cf2348d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FirebaseDatabase/Tests/Unit/FRangeMergeTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ - (void)testCanReplaceLeafNodeWithLeafNode {
XCTAssertEqualObjects(actual, expected);
}

- (void)testLeafsAreUpdatedWhenRangesIncludeDeeperPath {
- (void)testLeavesAreUpdatedWhenRangesIncludeDeeperPath {
id<FNode> node = NODE((@{@"foo" : @{@"bar" : @"bar-value"}}));

id<FNode> updates = NODE((@{@"foo" : @{@"bar" : @"new-bar-value"}}));
Expand All @@ -167,7 +167,7 @@ - (void)testLeafsAreUpdatedWhenRangesIncludeDeeperPath {
XCTAssertEqualObjects(actual, expected);
}

- (void)testLeafsAreNotUpdatedWhenRangesIncludeDeeperPaths {
- (void)testLeavesAreNotUpdatedWhenRangesIncludeDeeperPaths {
id<FNode> node = NODE((@{@"foo" : @{@"bar" : @"bar-value"}}));

id<FNode> updates = NODE((@{@"foo" : @{@"bar" : @"new-bar-value"}}));
Expand Down

0 comments on commit cf2348d

Please sign in to comment.