Skip to content

Commit

Permalink
One more change
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Sep 14, 2023
1 parent 70ffa68 commit 4d623b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/connectors/test-class-connector-installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public function test_callback_switch_theme() {
->method( 'log' )
->with(
$this->equalTo( __( '"%s" theme activated', 'stream' ) ),
$this->equalTo( array( 'name' => 'twentytwenty' ) ),
$this->equalTo( array( 'name' => 'Twenty Twenty' ) ),
$this->equalTo( null ),
$this->equalTo( 'themes' ),
$this->equalTo( 'activated' )
Expand Down

0 comments on commit 4d623b0

Please sign in to comment.