mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-27 10:32:37 +00:00
Fixed typo
This commit is contained in:
parent
7167e4a589
commit
1f5813b835
@ -45,9 +45,9 @@
|
|||||||
dispatch_group_leave(group);
|
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
|
@end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user