Skip to content

Commit cf2348d

Browse files
authored
Fix FirebaseDatabase integration test files content (#13783)
1 parent 3857eac commit cf2348d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseDatabase/Tests/Unit/FRangeMergeTest.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ - (void)testCanReplaceLeafNodeWithLeafNode {
153153
XCTAssertEqualObjects(actual, expected);
154154
}
155155

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

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

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

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

0 commit comments

Comments
 (0)