Skip to content

Commit 2a2f013

Browse files
committed
test: update techdebt test
1 parent 595b6d5 commit 2a2f013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/test/techdebt.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ describe('tech debt', function () {
4242

4343
it('remove debugging telemetry', async function () {
4444
fixByDate(
45-
'2025-02-11',
46-
'Remove debugging telemetry in `packages/core/src/auth/providers/credentialsProviderManager.ts`. Should only need to remove the `emit: true` in the decorator.'
45+
'2025-02-18',
46+
'Remove debugging telemetry in `packages/core/src/auth/auth.ts`. Should only need to remove the `emit: true` in the decorator.'
4747
)
4848
})
4949
})

0 commit comments

Comments
 (0)