Skip to content

Commit

Permalink
Remove Gutenberg suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Sep 9, 2022
1 parent 84ea21b commit 40b9320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/style-engine/styleEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ public function test_should_not_store_block_styles_without_context() {
)
);

$all_stores = WP_Style_Engine_CSS_Rules_Store_Gutenberg::get_stores();
$all_stores = WP_Style_Engine_CSS_Rules_Store::get_stores();

$this->assertEmpty( $all_stores );
}
Expand Down

0 comments on commit 40b9320

Please sign in to comment.