From 76af8caf58afa9ef1f960a31a516ccd3a3ff937c Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Fri, 7 Dec 2018 16:19:47 -0500 Subject: [PATCH] add missing semicolon --- test/database/sorted.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/database/sorted.js b/test/database/sorted.js index cc7454a92c..d87052935e 100644 --- a/test/database/sorted.js +++ b/test/database/sorted.js @@ -545,7 +545,7 @@ describe('Sorted Set methods', function () { assert.deepStrictEqual(scores, [0, 1.1, null]); done(); }); - }) + }); }); describe('isSortedSetMember()', function () {