From 482936752a05f28d7e8a70e505c66a46dfa707a0 Mon Sep 17 00:00:00 2001 From: Jb Audras <audrasjb@git.wordpress.org> Date: Thu, 6 Jan 2022 23:23:23 +0000 Subject: [PATCH] Tests: Update qUnit test fixtures after [52535]. See #54745. git-svn-id: https://develop.svn.wordpress.org/trunk@52536 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/qunit/fixtures/wp-api-generated.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js index 8e3a7fb991..9566fb0ded 100644 --- a/tests/qunit/fixtures/wp-api-generated.js +++ b/tests/qunit/fixtures/wp-api-generated.js @@ -3761,7 +3761,7 @@ mockedApiResponse.Schema = { "required": false }, "object": { - "description": "The type of object originally represented, such as \"category,\" \"post\", or \"attachment.\"", + "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".", "type": "string", "required": false }, @@ -3949,7 +3949,7 @@ mockedApiResponse.Schema = { "required": false }, "object": { - "description": "The type of object originally represented, such as \"category,\" \"post\", or \"attachment.\"", + "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".", "type": "string", "required": false }, @@ -4134,7 +4134,7 @@ mockedApiResponse.Schema = { "required": false }, "object": { - "description": "The type of object originally represented, such as \"category,\" \"post\", or \"attachment.\"", + "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".", "type": "string", "required": false },