spurious console
This commit is contained in:
@@ -132,8 +132,6 @@ describe('Notifications', function () {
|
||||
it('can add pin', async function () {
|
||||
pinId = await notifications.pin(notifications.TYPE_REBOOT, 'Reboot required', 'Do it now', {});
|
||||
|
||||
console.log(pinId);
|
||||
|
||||
const result = await notifications.get(pinId);
|
||||
expect(result.title).to.be('Reboot required');
|
||||
expect(result.message).to.be('Do it now');
|
||||
|
||||
Reference in New Issue
Block a user