Skip to content

Commit 88ccb33

Browse files
mdvaccafacebook-github-bot
authored andcommitted
rename test of AttributedStringTest
Summary: trivial change to rename tests of AttributedStringTest class Reviewed By: shergin Differential Revision: D10349177 fbshipit-source-id: 8bcc29e03037636e3038ec046ca628cf29c34b6d
1 parent ee4e2ae commit 88ccb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactCommon/fabric/attributedstring/tests/AttributedStringTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
namespace facebook {
1818
namespace react {
1919

20-
TEST(AttributedStringTest, testSomething) {
20+
TEST(AttributedStringTest, testToDynamic) {
2121
auto attString = new AttributedString();
2222
auto fragment = new AttributedString::Fragment();
2323
fragment->string = "test";

0 commit comments

Comments
 (0)