Skip to content

Commit a99a14b

Browse files
committed
Revert test fix
1 parent f48e214 commit a99a14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ class AztecToolbarTest {
648648
@Throws(Exception::class)
649649
fun emptySelection() {
650650
editText.fromHtml("<b>bold</b><b><i>italic</i></b>")
651-
editText.fromHtml("", false)
651+
editText.fromHtml("")
652652

653653
Assert.assertTrue(TestUtils.safeEmpty(editText))
654654

0 commit comments

Comments
 (0)