add missing semicolon

This commit is contained in:
Baris Usakli
2018-12-07 16:19:47 -05:00
parent 420227faae
commit 76af8caf58

View File

@@ -545,7 +545,7 @@ describe('Sorted Set methods', function () {
assert.deepStrictEqual(scores, [0, 1.1, null]);
done();
});
})
});
});
describe('isSortedSetMember()', function () {