Skip to content

Commit

Permalink
Update .dev/tests/phpunit/includes/test-coblocks-block-assets.php
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Herman <[email protected]>
  • Loading branch information
AnthonyLedesma and EvanHerman authored Nov 6, 2023
1 parent a6d5129 commit e6ffd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dev/tests/phpunit/includes/test-coblocks-block-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function test_editor_assets_scripts() {
$dist_script = 'coblocks-editor';
}

$this->assertTrue( array_key_exists( $dist_script, $wp_scripts->registered ) );
$this->assertTrue( array_key_exists( $dist_script, $wp_scripts->registered ) );
}
}

Expand Down

0 comments on commit e6ffd44

Please sign in to comment.