Fixed lint errors

This commit is contained in:
Naz 2021-06-24 16:36:47 +04:00
parent 07f7a7a158
commit 828a66748a

View File

@ -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'