diff --git a/packages/core/src/test/techdebt.test.ts b/packages/core/src/test/techdebt.test.ts index 7c3a8ad1436..1ff61739b4a 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-10-30', 'Remove the edge case code from the commit that this test is a part of.') + fixByDate('2024-12-15', 'Remove the edge case code from the commit that this test is a part of.') }) })