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 e6ffd44 commit 0f6008c
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 @@ -107,7 +107,7 @@ public function test_editor_assets_scripts() {
$dist_script = pathinfo( $file, PATHINFO_FILENAME );

if ( $dist_script == 'coblocks-plugin-deactivation' ) {
$this->assertFalse( array_key_exists( $dist_script, $wp_scripts->registered ) );
$this->assertFalse( array_key_exists( $dist_script, $wp_scripts->registered ) );
continue;
}

Expand Down

0 comments on commit 0f6008c

Please sign in to comment.