Skip to content

Commit

Permalink
test: fix tests on node 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 29, 2018
1 parent 8b105c9 commit 97a1a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit.test.js
Expand Up @@ -112,7 +112,7 @@ describe('connectMongoDBSession', function() {
function() {
new SessionStore();
},
'Error connecting to db: Cant connect');
/^Error connecting to db: Cant connect$/);
done();
});

Expand Down

0 comments on commit 97a1a8d

Please sign in to comment.