Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstinalin committed Dec 6, 2024
1 parent 66435bc commit f7c66f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/amo/utils/test_addons.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ describe(__filename, () => {
});

it('returns multiple categories if the addon is promoted for the specified app', () => {
const categories = [RECOMMENDED, STRATEGIC, SPOTLIGHT];
const categories = [RECOMMENDED, SPOTLIGHT, STRATEGIC];
const promoted = categories.map((category) => ({
category,
apps: [CLIENT_APP_ANDROID],
Expand Down

0 comments on commit f7c66f9

Please sign in to comment.