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' ) ); } }