From 88ccb33b7d97f289d88f606aff960f560e002312 Mon Sep 17 00:00:00 2001 From: David Vacca Date: Thu, 11 Oct 2018 23:01:58 -0700 Subject: [PATCH] rename test of AttributedStringTest Summary: trivial change to rename tests of AttributedStringTest class Reviewed By: shergin Differential Revision: D10349177 fbshipit-source-id: 8bcc29e03037636e3038ec046ca628cf29c34b6d --- .../fabric/attributedstring/tests/AttributedStringTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";