From 4d292fa0452c97a1e0684ae3e6e2558a88e025ac Mon Sep 17 00:00:00 2001 From: C45tr0 Date: Fri, 20 Oct 2017 10:38:19 -0600 Subject: [PATCH] Removing .only from tests --- test/scan-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scan-test.js b/test/scan-test.js index 46f34a9..d2a88da 100644 --- a/test/scan-test.js +++ b/test/scan-test.js @@ -361,7 +361,7 @@ describe('Scan', () => { scan.request.FilterExpression.should.eql('(#data.#attr = :data_attr)'); }); - it.only('should properly clean keys', () => { + it('should properly clean keys', () => { scan = scan .where('abcd').equals(15) .where('abcdé').equals(16)