Skip to content

Commit

Permalink
Use a more recent theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Nov 13, 2024
1 parent 1332d8c commit a7f2302
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ private function perform_network_enable_disable_assertions( $test_themes, $event
}

public function test_install_edit_delete_theme_sync() {
$theme_slug = 'itek';
$theme_name = 'iTek';
$theme_slug = 'dossier';
$theme_name = 'Dossier';

delete_theme( $theme_slug ); // Ensure theme is not lingering on file system
$this->server_event_storage->reset();
Expand Down Expand Up @@ -295,7 +295,7 @@ public function test_install_edit_delete_theme_sync() {

$event_data = $this->server_event_storage->get_most_recent_event( 'jetpack_deleted_theme' );

$this->assertEquals( 'itek', $event_data->args[0] );
$this->assertEquals( 'dossier', $event_data->args[0] );
}

public function test_update_themes_sync() {
Expand Down

0 comments on commit a7f2302

Please sign in to comment.