Closed
Bug 1517525
Opened 6 years ago
Closed 6 years ago
Reducers.test.js defines incorrect initial state (spelling issue)
Categories
(Firefox :: New Tab Page, defect, P1)
Firefox
New Tab Page
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: standard8, Assigned: andreio)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, github-merged)
Attachments
(1 file)
Just spotted this:
https://searchfox.org/mozilla-central/rev/ecf61f8f3904549f5d65a8a511dbd7ea4fd1a51d/browser/components/newtab/test/unit/common/Reducers.test.js#609
const state = Snippets({initalized: true, foo: "bar"}, {type: at.SNIPPETS_RESET});
Looks like it should be "initialized" rather than "initalized", though it doesn't appear to have any effect on the test.
Comment 1•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Blocks: coverity-analysis
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → andrei.br92
Updated•6 years ago
|
Iteration: --- → 66.3 - Jan 7 - 20
Priority: -- → P1
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Whiteboard: [github merged]
Updated•6 years ago
|
Keywords: github-merged
Whiteboard: [github merged]
Comment 4•6 years ago
|
||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 66
Updated•5 years ago
|
Component: Activity Streams: Newtab → New Tab Page
You need to log in
before you can comment on or make changes to this bug.
Description
•