mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed lint error
This commit is contained in:
parent
380c0dad2c
commit
df5290089b
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ describe('MEGA', function () {
|
|||
const segments = ['not a valid segment'];
|
||||
|
||||
should.throws(() => {
|
||||
partitionMembersBySegment(members, segments)
|
||||
partitionMembersBySegment(members, segments);
|
||||
}, errors.ValidationError);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue