Skip to content

Commit 61c2216

Browse files
authored
Fix broken tests
1 parent 0f32c26 commit 61c2216

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/notifications-service-test.js

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ test.beforeEach(t => {
5959
browser.storage.sync.get.callsFake((key, cb) => {
6060
cb(t.context.defaultOptions);
6161
});
62+
63+
browser.runtime.getURL.returns('icon-notif.png');
6264
});
6365

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

0 commit comments

Comments
 (0)