mirror of https://gitee.com/bigwinds/arangodb
Added missing semicolon (#4570)
This commit is contained in:
parent
79a80558e1
commit
0a57be6863
|
@ -171,7 +171,7 @@ describe('Shard distribution', function () {
|
|||
// And is followed by a numeric value
|
||||
const nr = parseInt(shard.slice(1));
|
||||
expect(nr).to.be.above(0);
|
||||
return nr
|
||||
return nr;
|
||||
};
|
||||
|
||||
const sortShardsNumericly = function (l, r) {
|
||||
|
|
Loading…
Reference in New Issue