Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notlmn committed Jan 3, 2022
1 parent 0f32c26 commit 61c2216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/notifications-service-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ test.beforeEach(t => {
browser.storage.sync.get.callsFake((key, cb) => {
cb(t.context.defaultOptions);
});

browser.runtime.getURL.returns('icon-notif.png');
});

test.serial('#openNotification gets notification url by notificationId from local-store', async t => {
Expand Down

0 comments on commit 61c2216

Please sign in to comment.