rename test of AttributedStringTest

Summary: trivial change to rename tests of AttributedStringTest class

Reviewed By: shergin

Differential Revision: D10349177

fbshipit-source-id: 8bcc29e03037636e3038ec046ca628cf29c34b6d
This commit is contained in:
David Vacca 2018-10-11 23:01:58 -07:00 committed by Facebook Github Bot
parent ee4e2ae489
commit 88ccb33b7d
1 changed files with 1 additions and 1 deletions

View File

@ -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";