From c2604c9049f5e388263f3604f202186486379874 Mon Sep 17 00:00:00 2001 From: Benjamin Kroeger Date: Wed, 13 Apr 2016 17:26:26 +0200 Subject: [PATCH] add empty line after unit test for better readablility --- test/access-token.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/access-token.test.js b/test/access-token.test.js index a20dc507..419f73f7 100644 --- a/test/access-token.test.js +++ b/test/access-token.test.js @@ -282,6 +282,7 @@ describe('loopback.token(options)', function() { done(); }); }); + it('should overwrite existing token when enableDoublecheck ' + 'and overwriteExistingToken options are truthy', function(done) {