Skip to content

Commit

Permalink
update test.
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsoo committed Oct 8, 2024
1 parent af0efe9 commit d45f47e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,12 @@ public function test_enqueue_assets() {

$this->asset_manager
->expects( 'enqueue_script' )
->with( 'general' )
->with( 'general-page' )
->once();

$this->asset_manager
->expects( 'enqueue_style' )
->with( 'general' )
->with( 'general-page' )
->once();

$this->asset_manager
Expand Down

0 comments on commit d45f47e

Please sign in to comment.