Skip to content

Commit

Permalink
fix: aligned test expect to changes in permission matrix (#239)
Browse files Browse the repository at this point in the history
Related #230
  • Loading branch information
UlisesGascon authored Apr 5, 2022
1 parent 6ccf016 commit 0bffcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('Manifest test', function () {
assert.equal(manifest.default_locale, 'en');
assert.equal(manifest.background.scripts[0], 'libs/polyfill.min.js');
assert.equal(manifest.background.scripts[1], 'scripts/chromereload.js');
assert.equal(manifest.permissions.length, 21);
assert.equal(manifest.permissions.length, 22);
assert.ok(manifest.browser_action);
assert.ok(manifest.page_action);
assert.ok(manifest.options_ui);
Expand Down

0 comments on commit 0bffcda

Please sign in to comment.