Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix the spacing issue
  • Loading branch information
gziolo committed Sep 18, 2023
commit d70619cb08eb8e9dff5c4a61512afa07fa0368f2
2 changes: 1 addition & 1 deletion tests/phpunit/tests/blocks/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,6 @@ public function test_register_block_hooks_targeting_itself() {
$this->assertSameSets(
array( 'tests/other-block' => 'last' ),
$block_type->block_hooks
);
);
}
}