The [two calls to `testGetValue`](https://searchfox.org/mozilla-central/rev/f3c41d3c5b8335201fcfff6609e55e3a7d0a8df6/browser/components/preferences/tests/browser_searchDefaultEngine.js#267,313) in browser/components/preferences/tests/browser_searchDefaultEngine.js don't need to be awaited.
Bug 1975872 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The [two calls to `testGetValue`](https://searchfox.org/mozilla-central/rev/f3c41d3c5b8335201fcfff6609e55e3a7d0a8df6/browser/components/preferences/tests/browser_searchDefaultEngine.js#267,313) in `browser/components/preferences/tests/browser_searchDefaultEngine.js` don't need to be awaited. And in `browser/components/preferences/tests/browser_sync_chooseWhatToSync.js`, [this `testGetValue` call](https://searchfox.org/mozilla-central/rev/f3c41d3c5b8335201fcfff6609e55e3a7d0a8df6/browser/components/preferences/tests/browser_sync_chooseWhatToSync.js#338) doesn't need to be awaited. (And thus the enclosing callback doesn't need to be marked `async` either.)
The [two calls to `testGetValue`](https://searchfox.org/mozilla-central/rev/f3c41d3c5b8335201fcfff6609e55e3a7d0a8df6/browser/components/preferences/tests/browser_searchDefaultEngine.js#267,313) in `browser/components/preferences/tests/browser_searchDefaultEngine.js` don't need to be awaited. And in `browser/components/preferences/tests/browser_sync_chooseWhatToSync.js`, [this `testGetValue` call](https://searchfox.org/mozilla-central/rev/f3c41d3c5b8335201fcfff6609e55e3a7d0a8df6/browser/components/preferences/tests/browser_sync_chooseWhatToSync.js#338) doesn't need to be awaited. (And thus the enclosing callback doesn't need to be marked `async` either.) Note: I will be assigning this bug to a new Firefox contributor shortly as a good first bug.