mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
Fixed lint errors
This commit is contained in:
parent
07f7a7a158
commit
828a66748a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user