File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
FirebaseDatabase/Tests/Unit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" }}));
You can’t perform that action at this time.
0 commit comments