mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-24 03:45:58 +08:00
Fixed typo
This commit is contained in:
@@ -45,9 +45,9 @@
|
||||
dispatch_group_leave(group);
|
||||
}];
|
||||
|
||||
XCTAssert(0 == dispatch_group_wait(group, dispatch_time(0, 10 * 1000000000)), @"URL loading takes to long");
|
||||
XCTAssert(0 == dispatch_group_wait(group, dispatch_time(0, 10 * 1000000000)), @"URL loading takes too long");
|
||||
|
||||
XCTAssert(firstDone && secondDone, @"Not all handlers has been calles");
|
||||
XCTAssert(firstDone && secondDone, @"Not all handlers has been called");
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user