From 631f44050615ebf5e9f6488a4bf3069430d188b3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 23 Aug 2020 14:38:40 +0000 Subject: [PATCH] Tests: Update `wp-api-generated.js` to reflect the new "Reusable Blocks" post type label. Follow-up to [48829]. See #50755. git-svn-id: https://develop.svn.wordpress.org/trunk@48846 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/qunit/fixtures/wp-api-generated.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js index 252109aec7..47f6e22a03 100644 --- a/tests/qunit/fixtures/wp-api-generated.js +++ b/tests/qunit/fixtures/wp-api-generated.js @@ -5830,7 +5830,7 @@ mockedApiResponse.TypesCollection = { "wp_block": { "description": "", "hierarchical": false, - "name": "Blocks", + "name": "Reusable Blocks", "slug": "wp_block", "taxonomies": [], "rest_base": "blocks",