Closed
Bug 1834957
Opened 1 years ago
Closed 1 year ago
Rename `results` of RemoteSettings in QuickSuggestTestUtils with `data`
Categories
(Firefox :: Address Bar, task, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: daisuke, Unassigned)
References
Details
(Whiteboard: [sng-scrubbed][search-tech-debt])
In bug 1833975, we introduced MockRemoteSettings
into QuickSuggestTestUtils
and handled the almost raw data format of RemoteSettings
. Thus, as the name of results
did not match with its data type, better rename it with something like data
.
e.g. remoteSettingsResults
-> remoteSettingsData
.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
Whiteboard: [sng-scrubbed][search-tech-debt]
Updated•1 year ago
|
Comment 1•1 year ago
|
||
This was fixed by bug 1861540. Thank you for filing this bug and linking the two, Daisuke!
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•