mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-26 04:45:52 +08:00
Polish ASHierarchyState implementation, fix old comment typos, work on test breakages.
This commit is contained in:
@@ -1719,7 +1719,7 @@ static inline BOOL _CGPointEqualToPointWithEpsilon(CGPoint point1, CGPoint point
|
||||
ASTestWindow *window = [ASTestWindow new];
|
||||
[window addSubview:cellNode.view];
|
||||
XCTAssert(node.hasFetchedData);
|
||||
XCTAssert(node.interfaceState == ASInterfaceStateFetchData);
|
||||
XCTAssert(node.interfaceState == ASInterfaceStateInHierarchy);
|
||||
}
|
||||
|
||||
- (void)testInitWithViewClass
|
||||
|
||||
Reference in New Issue
Block a user