From f8ab3056882a6f857c8c41abdc43ecdd0b327142 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 6 Oct 2022 14:39:51 -0500 Subject: [PATCH] Increase sitemap difference threshold --- test/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main.js b/test/main.js index af3bf9a..e6bd14f 100644 --- a/test/main.js +++ b/test/main.js @@ -118,7 +118,7 @@ test('Sitemap contains no double slashes in paths', (t) => { test('Sitemap mostly matches production', async (t) => { // console.log('t.context.sitemapUrls', t.context.sitemapUrls) - const theshold = 10 + const theshold = 20 const urlsNotOnLive = new Set() // const newLocalUrls = new Set()