From e6ffd447e05a1a233d9b7b8e99e51137f07f8508 Mon Sep 17 00:00:00 2001 From: Anthony Ledesma <30462574+AnthonyLedesma@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:42:51 -0700 Subject: [PATCH] Update .dev/tests/phpunit/includes/test-coblocks-block-assets.php Co-authored-by: Evan Herman --- .dev/tests/phpunit/includes/test-coblocks-block-assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev/tests/phpunit/includes/test-coblocks-block-assets.php b/.dev/tests/phpunit/includes/test-coblocks-block-assets.php index 7e164573021..9e4eef9e487 100644 --- a/.dev/tests/phpunit/includes/test-coblocks-block-assets.php +++ b/.dev/tests/phpunit/includes/test-coblocks-block-assets.php @@ -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 ) ); } }