From 687a3ed2b35663845a9327e03edd208bc9f3b8f3 Mon Sep 17 00:00:00 2001 From: hkobew Date: Mon, 16 Dec 2024 11:09:08 -0500 Subject: [PATCH] delay tech-debt expiry --- packages/core/src/test/techdebt.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/test/techdebt.test.ts b/packages/core/src/test/techdebt.test.ts index 1ff61739b4a..0e423c41684 100644 --- a/packages/core/src/test/techdebt.test.ts +++ b/packages/core/src/test/techdebt.test.ts @@ -46,6 +46,6 @@ describe('tech debt', function () { // Monitor telemtry to determine removal or snooze // toolkit_showNotification.id = sessionSeparation // auth_modifyConnection.action = deleteProfile OR auth_modifyConnection.source contains CodeCatalyst - fixByDate('2024-12-15', 'Remove the edge case code from the commit that this test is a part of.') + fixByDate('2025-01-06', 'Remove the edge case code from the commit that this test is a part of.') }) })