Skip to content

Commit e3e72fb

Browse files
committed
all services tested
1 parent 077c6d8 commit e3e72fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/services.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ describe('#Encryption service test', function(){
160160
req.body.secureData = req.header('encryptedData');
161161
req.body.truth = demoDataHash;
162162
encryption.interpreter(req,res,next);
163-
setTimeout(1000,function(){
163+
setTimeout(function(){
164164
nextChecker.should.be.true; /* jslint ignore:line */
165165
nextChecker = false;
166-
});
166+
},1000);
167167
done();
168168
});
169169
});

0 commit comments

Comments
 (0)