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 f48e214 commit a99a14bCopy full SHA for a99a14b
aztec/src/test/kotlin/org/wordpress/aztec/AztecToolbarTest.kt
@@ -648,7 +648,7 @@ class AztecToolbarTest {
648
@Throws(Exception::class)
649
fun emptySelection() {
650
editText.fromHtml("<b>bold</b><b><i>italic</i></b>")
651
- editText.fromHtml("", false)
+ editText.fromHtml("")
652
653
Assert.assertTrue(TestUtils.safeEmpty(editText))
654
0 commit comments