diff --git a/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-themes.php b/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-themes.php index 41eb3fe73acb8..4b57f15527846 100644 --- a/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-themes.php +++ b/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-themes.php @@ -250,10 +250,8 @@ private function perform_network_enable_disable_assertions( $test_themes, $event } public function test_install_edit_delete_theme_sync() { - echo 'WPCOMSH_PREMIUM_THEMES_PATH:'; - print_r( scandir( WPCOMSH_PREMIUM_THEMES_PATH ) ); $theme_slug = 'itek'; - $theme_name = 'Itek'; + $theme_name = 'iTek'; delete_theme( $theme_slug ); // Ensure theme is not lingering on file system $this->server_event_storage->reset();