diff --git a/litho-testing/src/main/java/com/facebook/litho/testing/testrunner/LithoTestRunner.java b/litho-testing/src/main/java/com/facebook/litho/testing/testrunner/LithoTestRunner.java index 2d43b7656d..2b2fbb44d1 100644 --- a/litho-testing/src/main/java/com/facebook/litho/testing/testrunner/LithoTestRunner.java +++ b/litho-testing/src/main/java/com/facebook/litho/testing/testrunner/LithoTestRunner.java @@ -62,7 +62,6 @@ public class LithoTestRunner extends RobolectricTestRunner { public LithoTestRunner(final Class testClass) throws InitializationError { super(testClass); @Nullable - // NULLSAFE_FIXME[Not Vetted Third-Party] LocalConfigurations annotation = getTestClass().getAnnotation(LocalConfigurations.class); if (annotation != null) { mLocalTestRunConfigs = Arrays.asList(annotation.value());