From aed7ad00cebdffa4f192d11595fe0c8628c16578 Mon Sep 17 00:00:00 2001 From: Eru Penkman Date: Fri, 16 Dec 2022 16:38:34 +1000 Subject: [PATCH] fix test --- test/integration/fixtures/blocks/core__rss.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/fixtures/blocks/core__rss.json b/test/integration/fixtures/blocks/core__rss.json index 45fde0612ad18f..d5bda4b0eab4ee 100644 --- a/test/integration/fixtures/blocks/core__rss.json +++ b/test/integration/fixtures/blocks/core__rss.json @@ -10,7 +10,8 @@ "displayExcerpt": true, "displayAuthor": true, "displayDate": true, - "excerptLength": 20 + "excerptLength": 20, + "titleLength": 75 }, "innerBlocks": [] }