Fixed lint error

This commit is contained in:
Naz 2021-07-01 21:02:06 +04:00
parent 380c0dad2c
commit df5290089b

View File

@ -81,7 +81,7 @@ describe('MEGA', function () {
const segments = ['not a valid segment'];
should.throws(() => {
partitionMembersBySegment(members, segments)
partitionMembersBySegment(members, segments);
}, errors.ValidationError);
});
});