mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +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'];
|
||||
|
||||
should.throws(() => {
|
||||
partitionMembersBySegment(members, segments)
|
||||
partitionMembersBySegment(members, segments);
|
||||
}, errors.ValidationError);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user