Skip to content

Commit

Permalink
Remove unused org.robolectric.annotation.Config imports
Browse files Browse the repository at this point in the history
This should have been included in robolectric#6875
  • Loading branch information
hoisie committed Nov 22, 2021
1 parent 81b9538 commit b872bd5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Expand Up @@ -22,7 +22,6 @@
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.annotation.Config;
import org.robolectric.integration.axt.R;

/** Simple tests to verify espresso APIs can be used on both Robolectric and device. */
Expand Down
Expand Up @@ -12,7 +12,6 @@
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.annotation.Config;
import org.robolectric.annotation.LooperMode;
import org.robolectric.annotation.TextLayoutMode;
import org.robolectric.annotation.TextLayoutMode.Mode;
Expand Down
Expand Up @@ -12,7 +12,6 @@
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.annotation.Config;
import org.robolectric.integration.axt.R;

/** Verify Espresso usage with paused looper */
Expand Down
Expand Up @@ -10,7 +10,6 @@
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.annotation.Config;
import org.robolectric.annotation.TextLayoutMode;
import org.robolectric.integration.axt.R;

Expand Down
Expand Up @@ -12,7 +12,6 @@
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.annotation.Config;
import org.robolectric.annotation.LooperMode;
import org.robolectric.annotation.TextLayoutMode;
import org.robolectric.annotation.TextLayoutMode.Mode;
Expand Down

0 comments on commit b872bd5

Please sign in to comment.