We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418d4b3 commit 228a563Copy full SHA for 228a563
WordPressEditor/src/androidTest/java/org/wordpress/android/editor/UtilsTest.java
@@ -12,7 +12,8 @@
12
import java.util.Set;
13
14
import static org.junit.Assert.assertEquals;
15
-import static org.wordpress.android.editor.Utils.*;
+import static org.wordpress.android.editor.Utils.getChangeMapFromSets;
16
+import static org.wordpress.android.editor.Utils.splitDelimitedString;
17
18
@Config(emulateSdk = 18)
19
@RunWith(RobolectricTestRunner.class)
0 commit comments