diff --git a/ReactCommon/fabric/attributedstring/tests/AttributedStringTest.cpp b/ReactCommon/fabric/attributedstring/tests/AttributedStringTest.cpp index b0b4dd0b2ac..9ad5f5cb857 100644 --- a/ReactCommon/fabric/attributedstring/tests/AttributedStringTest.cpp +++ b/ReactCommon/fabric/attributedstring/tests/AttributedStringTest.cpp @@ -17,7 +17,7 @@ namespace facebook { namespace react { -TEST(AttributedStringTest, testSomething) { +TEST(AttributedStringTest, testToDynamic) { auto attString = new AttributedString(); auto fragment = new AttributedString::Fragment(); fragment->string = "test";