Skip to content

Commit 1ff28d6

Browse files
committed
Remove unused imports
1 parent e375ddd commit 1ff28d6

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

aztec/src/test/kotlin/org/wordpress/aztec/util/ColorConverterTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import org.junit.Test
55
import org.junit.runner.RunWith
66
import org.robolectric.RobolectricTestRunner
77
import org.robolectric.annotation.Config
8-
import org.wordpress.aztec.BuildConfig
98

109
/**
1110
* Tests for translating various strings to colors using [ColorConverter].
@@ -92,4 +91,4 @@ class ColorConverterTest {
9291
val colorInt = ColorConverter.getColorInt(colorString)
9392
Assert.assertEquals(colorInt, ColorConverter.COLOR_NOT_FOUND)
9493
}
95-
}
94+
}

wordpress-comments/src/test/java/org/wordpress/aztec/plugins/CommentsToolbarTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import org.robolectric.annotation.Config
1212
import org.wordpress.aztec.Aztec
1313
import org.wordpress.aztec.AztecText
1414
import org.wordpress.aztec.ITextFormat
15-
import org.wordpress.aztec.plugins.wpcomments.BuildConfig
1615
import org.wordpress.aztec.plugins.wpcomments.R
1716
import org.wordpress.aztec.plugins.wpcomments.WordPressCommentsPlugin
1817
import org.wordpress.aztec.plugins.wpcomments.toolbar.MoreToolbarButton

wordpress-comments/src/test/java/org/wordpress/aztec/plugins/WordPressCommentTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import org.wordpress.aztec.AztecText
1414
import org.wordpress.aztec.Constants
1515
import org.wordpress.aztec.plugins.TestUtils.backspaceAt
1616
import org.wordpress.aztec.plugins.TestUtils.safeEmpty
17-
import org.wordpress.aztec.plugins.wpcomments.BuildConfig
1817
import org.wordpress.aztec.plugins.wpcomments.CommentsTextFormat
1918
import org.wordpress.aztec.plugins.wpcomments.WordPressCommentsPlugin
2019
import org.wordpress.aztec.plugins.wpcomments.spans.WordPressCommentSpan

0 commit comments

Comments
 (0)