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 3ff1ca9 commit 59a78d1
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 @@ -98,7 +98,7 @@ public function test_editor_assets_scripts() {
$this->go_to( '/wp-admin/post-new.php' );
$this->coblocks_block_assets->editor_assets();

$this->assertTrue( array_key_exists( 'coblocks-editor', $wp_scripts->registered, ) );
$this->assertTrue( array_key_exists( 'coblocks-editor', $wp_scripts->registered ) );

$path = dirname( __FILE__ ) . '/../../../../dist/coblocks-*.js';
$files = glob( $path );
Expand Down

0 comments on commit 59a78d1

Please sign in to comment.