Skip to content

Commit

Permalink
fbandroid/libraries/components/litho-testing/src/main/java/com/facebo…
Browse files Browse the repository at this point in the history
…ok/litho/testing/testrunner/LithoTestRunner.java

Reviewed By: zielinskimz

Differential Revision: D69396242

fbshipit-source-id: 5b5220baea011c5d54919e55d65dca2381d7dfe1
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Feb 11, 2025
1 parent 2c196f2 commit b0cc0ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit b0cc0ca

Please sign in to comment.