File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
aztec/src/test/kotlin/org/wordpress/aztec/util Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import org.junit.Test
55import org.junit.runner.RunWith
66import org.robolectric.RobolectricTestRunner
77import 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+ }
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import org.robolectric.annotation.Config
1212import org.wordpress.aztec.Aztec
1313import org.wordpress.aztec.AztecText
1414import org.wordpress.aztec.ITextFormat
15- import org.wordpress.aztec.plugins.wpcomments.BuildConfig
1615import org.wordpress.aztec.plugins.wpcomments.R
1716import org.wordpress.aztec.plugins.wpcomments.WordPressCommentsPlugin
1817import org.wordpress.aztec.plugins.wpcomments.toolbar.MoreToolbarButton
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import org.wordpress.aztec.AztecText
1414import org.wordpress.aztec.Constants
1515import org.wordpress.aztec.plugins.TestUtils.backspaceAt
1616import org.wordpress.aztec.plugins.TestUtils.safeEmpty
17- import org.wordpress.aztec.plugins.wpcomments.BuildConfig
1817import org.wordpress.aztec.plugins.wpcomments.CommentsTextFormat
1918import org.wordpress.aztec.plugins.wpcomments.WordPressCommentsPlugin
2019import org.wordpress.aztec.plugins.wpcomments.spans.WordPressCommentSpan
You can’t perform that action at this time.
0 commit comments