mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Fix test method name (#2380)
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
XCTAssertTrue(ASDimensionEqualToDimension(style.maxHeight, ASDimensionMakeWithPoints(size.height)));
|
XCTAssertTrue(ASDimensionEqualToDimension(style.maxHeight, ASDimensionMakeWithPoints(size.height)));
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)setSettingSizeViaLayoutSize
|
- (void)testSettingSizeViaLayoutSize
|
||||||
{
|
{
|
||||||
ASLayoutElementStyle *style = [ASLayoutElementStyle new];
|
ASLayoutElementStyle *style = [ASLayoutElementStyle new];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user