mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Fixed lint error
This commit is contained in:
parent
380c0dad2c
commit
df5290089b
@ -81,7 +81,7 @@ describe('MEGA', function () {
|
|||||||
const segments = ['not a valid segment'];
|
const segments = ['not a valid segment'];
|
||||||
|
|
||||||
should.throws(() => {
|
should.throws(() => {
|
||||||
partitionMembersBySegment(members, segments)
|
partitionMembersBySegment(members, segments);
|
||||||
}, errors.ValidationError);
|
}, errors.ValidationError);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user