From ab43e7362db783d6c4625bc8373f86b182646888 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 18 Oct 2015 00:55:16 +0000 Subject: [PATCH] Correct a test after r35253. See #34272 git-svn-id: https://develop.svn.wordpress.org/trunk@35255 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/oembed/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/oembed/template.php b/tests/phpunit/tests/oembed/template.php index da61db4102..b28302783c 100644 --- a/tests/phpunit/tests/oembed/template.php +++ b/tests/phpunit/tests/oembed/template.php @@ -252,6 +252,6 @@ class Tests_Embed_Template extends WP_UnitTestCase { wp_oembed_add_host_js(); ob_end_clean(); - $this->assertTrue( wp_script_is( 'wp-oembed' ) ); + $this->assertTrue( wp_script_is( 'wp-embed' ) ); } }