Commit cbe1eb7
test: reset sql.Promise after custom promise library test
The 'custom promise library' test sets sql.Promise to a FakePromise
class but never restores it. This leaks into subsequent tests that
rely on shared.Promise being the native Promise, causing failures
when tests use _poolValidate or other code paths that create promises
via the shared module.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2f39ff5 commit cbe1eb7
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
0 commit comments