diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js index ed7842acd09c4..4cdf820e2196b 100644 --- a/tests/qunit/fixtures/wp-api-generated.js +++ b/tests/qunit/fixtures/wp-api-generated.js @@ -7855,9 +7855,9 @@ mockedApiResponse.Schema = { "theme_json_version": { "description": "Version of the theme.json schema used for the typography settings.", "type": "integer", - "default": 2, + "default": 3, "minimum": 2, - "maximum": 2, + "maximum": 3, "required": false }, "font_family_settings": { @@ -7924,9 +7924,9 @@ mockedApiResponse.Schema = { "theme_json_version": { "description": "Version of the theme.json schema used for the typography settings.", "type": "integer", - "default": 2, + "default": 3, "minimum": 2, - "maximum": 2, + "maximum": 3, "required": false }, "font_family_settings": { @@ -8057,9 +8057,9 @@ mockedApiResponse.Schema = { "theme_json_version": { "description": "Version of the theme.json schema used for the typography settings.", "type": "integer", - "default": 2, + "default": 3, "minimum": 2, - "maximum": 2, + "maximum": 3, "required": false }, "font_face_settings": {