From 6a71d5125049ca15a6513430fd9e897a9f0fc049 Mon Sep 17 00:00:00 2001 From: David Vacca Date: Fri, 8 Feb 2019 18:13:20 -0800 Subject: [PATCH] Trivial rename Summary: Trivial rename Reviewed By: fkgozali Differential Revision: D14011984 fbshipit-source-id: dd2e7e0221bdad7b482c6a39b1cc877779c9704c --- ReactCommon/fabric/components/image/tests/ImageTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactCommon/fabric/components/image/tests/ImageTest.cpp b/ReactCommon/fabric/components/image/tests/ImageTest.cpp index 2a15830d8..876af0aa8 100644 --- a/ReactCommon/fabric/components/image/tests/ImageTest.cpp +++ b/ReactCommon/fabric/components/image/tests/ImageTest.cpp @@ -9,6 +9,6 @@ #include -TEST(SwitchTest, testSomething) { +TEST(ImageTest, testSomething) { // TODO }