Correct a test after r35253.

See #34272


git-svn-id: https://develop.svn.wordpress.org/trunk@35255 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2015-10-18 00:55:16 +00:00
parent 01a92d7908
commit ab43e7362d
1 changed files with 1 additions and 1 deletions

View File

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