Skip to content

Commit dc11836

Browse files
committed
test: update techdebt test to reference correct file
1 parent fdb0352 commit dc11836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('tech debt', function () {
4343
it('remove debugging telemetry', async function () {
4444
fixByDate(
4545
'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.'
46+
'Remove debugging telemetry in `packages/core/src/auth/providers/credentialsProviderManager.ts`. Should only need to remove the `emit: true` in the decorator.'
4747
)
4848
})
4949
})

0 commit comments

Comments
 (0)