Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FirebaseDatabase/Tests/Unit/FTreeSortedDictionaryTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ - (void)testIncreasing {

XCTAssertTrue([map count] == 0, @"Check if all 100 objects were removed");
// We can't check the depth here because the map no longer contains values, so we check that it
// doesn't responsd to this check
// doesn't responds to this check
XCTAssertTrue([map.root isMemberOfClass:[FLLRBEmptyNode class]], @"Root is an empty node");
XCTAssertFalse([map respondsToSelector:@selector(checkMaxDepth)],
@"The empty node doesn't respond to this selector.");
Expand Down
Loading