Block Hooks: Fix actual/expected order in test assertions.

In test assertions for the `set_ignored_hooked_blocks_metadata` function, the actual value was erroneously passed as the first argument, and the expected value as the second. This changeset rectifies this by swapping the arguments.

Follow-up [57627].
See #60506.
Built from https://develop.svn.wordpress.org/trunk@57666


git-svn-id: http://core.svn.wordpress.org/trunk@57167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Bernhard Reiter 2024-02-20 13:25:11 +00:00
parent 51dfbf93ae
commit 3963b8d98f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5-beta1-57665';
$wp_version = '6.5-beta1-57666';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.