From 9d327cd14f668f6d640c6366ed7370a089afb579 Mon Sep 17 00:00:00 2001 From: Levi McCallum Date: Mon, 30 Nov 2015 06:54:51 -0800 Subject: [PATCH] Remove fixme from test --- AsyncDisplayKitTests/ASTextNodeTests.m | 1 - 1 file changed, 1 deletion(-) diff --git a/AsyncDisplayKitTests/ASTextNodeTests.m b/AsyncDisplayKitTests/ASTextNodeTests.m index 5897171358..dec0625867 100644 --- a/AsyncDisplayKitTests/ASTextNodeTests.m +++ b/AsyncDisplayKitTests/ASTextNodeTests.m @@ -88,7 +88,6 @@ static BOOL CGSizeEqualToSizeWithIn(CGSize size1, CGSize size2, CGFloat delta) { NSAttributedString *truncation = [[NSAttributedString alloc] initWithString:@"..." attributes:nil]; _textNode.truncationAttributedString = truncation; - // FIXME: The updated renderer applies style to the attributed string internally, thus this test fails XCTAssertTrue([_textNode.truncationAttributedString isEqualToAttributedString:truncation], @"Failed to set truncation message"); }