Skip to content

Commit

Permalink
Update storeTest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Apr 28, 2016
1 parent 6d73b51 commit 82dc7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/storeTest.js
Expand Up @@ -4,7 +4,7 @@ var expect = require('expect.js'),
_ = require('lodash'),
crypto = require('crypto');

var types = ['inmemory', 'mongodb', 'tingodb', 'redis'/*, 'azuretable', 'elasticsearch'*/];
var types = ['inmemory', 'redis', 'tingodb', 'mongodb'/*, 'azuretable', 'elasticsearch'*/];

var token = crypto.randomBytes(16).toString('hex');

Expand Down

0 comments on commit 82dc7c8

Please sign in to comment.