Commit 5f97535
Fix noise test teardown: stub AudioContext needs close()
The service's willDestroy() closes the context on teardown; the running
context stub lacked close(), so the test rejected with 'this.context.close
is not a function'. Mirrors the stub used in the playback-rate tests.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b8fb4e5 commit 5f97535
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
340 | | - | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
341 | 346 | | |
342 | 347 | | |
343 | 348 | | |
| |||
0 commit comments