mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
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:
committed by
Facebook Github Bot
parent
ee4e2ae489
commit
88ccb33b7d
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user