Skip to content

Commit 8468d75

Browse files
committed
renamed method for video test
1 parent b7c2d7c commit 8468d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wordpress-shortcodes/src/test/java/org/wordpress/aztec/plugins/shortcodes/VideoShortcodeTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class VideoShortcodeTest {
5858

5959
@Test
6060
@Throws(Exception::class)
61-
fun testAudioTagConvertsToShortcode() {
61+
fun testVideoTagConvertsToShortcode() {
6262
Assert.assertTrue(safeEmpty(editText))
6363

6464
editText.fromHtml(htmlNormalVideoTag)

0 commit comments

Comments
 (0)