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 af8bec4 commit 3ff1ca9
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 @@ -112,7 +112,7 @@ public function test_editor_assets_scripts() {
)
);

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

0 comments on commit 3ff1ca9

Please sign in to comment.