Skip to content

Commit

Permalink
Fix test names
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed May 28, 2024
1 parent f6b8687 commit 3600eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/tests/blocks/getActiveBlockVariation.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function test_get_active_block_variation_no_match() {
/**
* @ticket 61265
*/
public function test_get_active_block_variation_match_without_is_active() {
public function test_get_active_block_variation_match_with_is_active() {
$block_attributes = array(
'attribute1' => 'var1-attr1',
'attribute2' => 'var1-attr2',
Expand Down Expand Up @@ -84,7 +84,7 @@ public function test_get_active_block_variation_match_with_empty_is_active() {
/**
* @ticket 61265
*/
public function test_get_active_block_variation_match_with_is_active() {
public function test_get_active_block_variation_match_without_is_active() {
$block_attributes = array(
'attribute1' => 'var3-attr1',
'attribute2' => 'var3-attr2',
Expand Down

0 comments on commit 3600eea

Please sign in to comment.