From 828a66748abfb308d2cc52bdaa951770ccd7a816 Mon Sep 17 00:00:00 2001 From: Naz Date: Thu, 24 Jun 2021 16:36:47 +0400 Subject: [PATCH] Fixed lint errors --- test/unit/services/notifications/notifications_spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/services/notifications/notifications_spec.js b/test/unit/services/notifications/notifications_spec.js index a0a3a4640d..c0a0db3c8c 100644 --- a/test/unit/services/notifications/notifications_spec.js +++ b/test/unit/services/notifications/notifications_spec.js @@ -155,7 +155,7 @@ describe('Notifications Service', function () { }); describe('Stored notifications data corruption recovery', function () { - it('should correct broken notifications data on browse', function() { + it('should correct broken notifications data on browse', function () { const settingsCache = { get: sinon.fake.returns({ message: 'this object should be an array!' @@ -185,7 +185,7 @@ describe('Notifications Service', function () { }]); }); - it('does not trigger correction when the data is in valid format', function() { + it('does not trigger correction when the data is in valid format', function () { const settingsCache = { get: sinon.fake.returns([{ message: 'this works! 5.1.0'