Skip to content

Commit 0bffcda

Browse files
authored
fix: aligned test expect to changes in permission matrix (#239)
Related #230
1 parent 6ccf016 commit 0bffcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-manifest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('Manifest test', function () {
4141
assert.equal(manifest.default_locale, 'en');
4242
assert.equal(manifest.background.scripts[0], 'libs/polyfill.min.js');
4343
assert.equal(manifest.background.scripts[1], 'scripts/chromereload.js');
44-
assert.equal(manifest.permissions.length, 21);
44+
assert.equal(manifest.permissions.length, 22);
4545
assert.ok(manifest.browser_action);
4646
assert.ok(manifest.page_action);
4747
assert.ok(manifest.options_ui);

0 commit comments

Comments
 (0)