diff --git a/assets/deprecation-checklist.md b/assets/deprecation-checklist.md index 33f980d..7e2d58d 100644 --- a/assets/deprecation-checklist.md +++ b/assets/deprecation-checklist.md @@ -5,7 +5,7 @@ - [ ] ๐Ÿ“ข Are called out in [`docs/breaking-changes.md`][] - [ ] โš ๏ธ Use the deprecation helpers in [`lib/common/deprecate.ts`](https://github.com/electron/electron/blob/main/lib/common/deprecate.ts) to warn about usage (including events) - [ ] ๐Ÿ“ Are marked as deprecated in the docs, using `_Deprecated_` (including properties and events) -- [ ] ๐Ÿงช Relevant tests are updated to expect deprecation messages using the helpers in [`spec/lib/deprecate-helpers.ts`](https://github.com/electron/electron/blob/main/spec/lib/deprecate-helpers.ts) +- [ ] ๐Ÿงช Relevant tests are updated to expect deprecation messages using the helpers in [`spec/lib/warning-helpers.ts`](https://github.com/electron/electron/blob/main/spec/lib/warning-helpers.ts) ### ๐Ÿ—‘๏ธ Previous deprecations being removed in this PR