Skip to content

Commit 657f993

Browse files
committed
Update test configs
1 parent 6a2db2c commit 657f993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aztec/src/test/kotlin/org/wordpress/aztec/CssStyleAttributeTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import org.wordpress.aztec.source.CssStyleFormatter
1616
import org.wordpress.aztec.spans.AztecStyleBoldSpan
1717

1818
@RunWith(RobolectricTestRunner::class)
19-
@Config(sdk = intArrayOf(21, 25, 30))
19+
@Config(sdk = intArrayOf(21, 25))
2020
class CssStyleAttributeTest : AndroidTestCase() {
2121

2222
private val EMPTY_STYLE_HTML = "<b>bold</b>"

aztec/src/test/kotlin/org/wordpress/aztec/HtmlAttributeStyleColorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import org.wordpress.aztec.spans.IAztecAttributedSpan
2929
* Also tests invalid html style attribute color properties.
3030
*/
3131
@RunWith(RobolectricTestRunner::class)
32-
@Config(sdk = intArrayOf(21, 25, 29))
32+
@Config(sdk = intArrayOf(21, 25))
3333
class HtmlAttributeStyleColorTest : AndroidTestCase() {
3434

3535
private val HTML_BOLD_STYLE_COLOR = "<b style=\"color:blue;\">Blue</b>"

0 commit comments

Comments
 (0)